This is a companion repo for the HTMX & Go with ThePrimeagen course on Frontend Masters.
Add Air package for hot reload
go install github.com/cosmtrek/air@latest
Add alias for convenient development
path+=('~/go/bin')
alias air='~/go/bin/air'
air
- to start server with hot reloading
go run cmd/main.go
- to run server without hot reloading
go run cmd/class-examples/main.go
- to run example server