Gowebly is a stack of Golang Web Framework with HTMX, Tailwind CSS, AlpineJS.
Prerequisites
Air
For Hot Reloading
go install github.com/air-verse/air@latestTempl
For templating engine
go install github.com/a-h/templ/cmd/templ@latestInstall
Run gowebly from Github
go run github.com/gowebly/gowebly/v3@latest createInstall gowebly binary
go install github.com/gowebly/gowebly/v3@latestCreate New Project
mkdir my-project && cd my-projectgowebly create

