Simple todo app built with Go, Fiber & HTMX using TEMPL as HTML templating system
Inspired by the BETH Stack
- Go 1.20+
- TEMPL CLI (https://templ.guide/quick-start/installation)
templ generate && go run *.go
Or create an alias in you .bashrc or .zshrc
alias gx="templ generate && go run *.go"
Go to localhost:4000