HTMX + Go + TailwindCSS + Templ
- Comes with hot-reload
- Uses slog for logging, tint for colorized logging
Run make commands to setup and start the server.
make setup # Installs wgo, templ
make dev # Start a server locally
make dev port=9000 # Start a server at a specific port
make build # Build the binary