This is the LeapKit template for building web applications with Go, HTMX and Tailwind CSS. It integrates useful features such as hot code reload and css recompiling.
Install dependencies:
go mod download
go run ./cmd/setup
Install LeapKit CLI. You can run the following command
go install github.com/leapkit/leapkit/kit@latest
Now you can use the following command to run the app in dev mode
kit dev
And open http://localhost:3001
in your browser.