Go with Templ
Powerful backend for server-side rendering and rapid static page generation.
Blazing fast web development with Go, Alpine.js, and Tailwind CSS
Powerful backend for server-side rendering and rapid static page generation.
Lightweight JavaScript framework for smooth interactivity.
Utility-first CSS framework for rapid UI development.
Next-generation frontend tooling for fast hot reloading.
Clone the repo:
git clone https://github.com/morethancoder/goat.git yourprojectname
Change into the project directory:
cd yourprojectname
Initialize the project:
go mod init yourprojectname && go mod tidy
Change the import in main.go:
// Change this:
"morethancoder/goat/components"
// To:
"yourprojectname/components"
Install required Node modules:
bun install
Start the Vite dev server:
make vite
Start file watching & compiling:
make watch
Star the repo!
If you find this project helpful, please consider giving it a star on GitHub.