Skip to content
/ go-htmx Public template

WIP - golang htmx with tailwindcss template

License

Notifications You must be signed in to change notification settings

nenjotsu/go-htmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-htmx (WIP)

golang htmx with tailwindcss template

Getting started

Development

Note: You need to run in a separate terminal

$ air # to watch the go files
$ templ generate --watch # to generate view files

Production

$ go build -ldflags="-s -w" -o ./bin/main ./cmd/
$ # run the application
$ # ./bin/main 

Releases

No releases published

Packages

No packages published