- Go
go mod tidy
- Web Dependencies
go run cmd/web/build/main.go
- Datastar Pro + Rocket
Grab the datastar-pro-rocket.js file and drop it into /web/resources/static/datastar/
task liveOR
air -build.cmd "go build -tags=dev -o tmp/bin/main ./cmd/web" -build.bin "tmp/bin/main" -misc.clean_on_exit true -build.include_ext "go,templ"
# watch and rebuild web assets + hotreload
go run cmd/web/build/main.go -watch
# watch and rebuild templ components
go tool templ generate -watch