JumpKit is a template for building web applications with Go, HTMX and Tailwind CSS. It integrates useful features such as hot code reload and css recompiling.
Install Gonew:
go install rsc.io/tmp/gonew@latest
Create a new project:
gonew github.com/paganotoni/jumpkit/app@latest github.com/your/app
To run the application in development mode execute:
go run ./cmd/dev
And open http://localhost:3000 in your browser.