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@latest
Templ
For templating engine
go install github.com/a-h/templ/cmd/templ@latest
Install
Run gowebly from Github
go run github.com/gowebly/gowebly/v3@latest create
Install gowebly binary
go install github.com/gowebly/gowebly/v3@latest
# Create New Project
mkdir my-project && cd my-project
gowebly create