This is a go serverless rendered todo app project
The stack consists of:
Backend:
- Plain go backend
version > 1.22
, due to routing - a-h/templ for HTML template generation
- Gowebly for generating the stack + some helpers
Frontend:
- HTMX for reactivity
- TailwindCSS for pretty stuff
Data store is currently a simple in-memory store, so its lost after restart of server
❗️ Please make sure that you have installed the executable files for all the necessary tools before starting your project. Exactly:
Templ
: https://github.com/a-h/templgolangci-lint
: https://github.com/golangci/golangci-lint
To start your project, run the Gowebly CLI command in your terminal:
gowebly run