Skip to content

na-fis/htmxtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTMX Test

Dummy project for testing out HTMX with a Golang backend. I'm using Go Fiber for creating the REST backend, and Templ for templatizing the generated HTML returned from the backend. Air is used for live reloading and generation of the templates.

Running the service

Using Air

Air needs to be installed separately, using go install github.com/cosmtrek/air@latest

./air

Running service manually

# compile and build binary
go build -o ./tmp/main ./...
# run
./tmp/main

About

HTMX dummy project with Go Fiber and Templ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published