Setup Gowebly

ยท
1 min read
notes
#gowebly #golang

Setup Gowebly

Gowebly is a stack of Golang Web Framework with HTMX, Tailwind CSS, AlpineJS.

Prerequisites

Air

For Hot Reloading

Terminal window
go install github.com/air-verse/air@latest

Templ

For templating engine

Terminal window
go install github.com/a-h/templ/cmd/templ@latest

Install

Run gowebly from Github

Terminal window
go run github.com/gowebly/gowebly/v3@latest create

Install gowebly binary

Terminal window
go install github.com/gowebly/gowebly/v3@latest

Create New Project

Terminal window
mkdir my-project && cd my-project
gowebly create