A Go toolkit to build reactive web interfaces using: Go, html/template and alpinejs.
You don't need this to get started but the the cli can be used to generate the boilerplate:
go run github.com/livefir/fir/cli gen project -n quickstart // generates a folder named quickstart
cd quickstart
go run main.go
open localhost:9867
go run github.com/livefir/fir/cli gen route -n index // generates a new route