create-a-critique
v1.2.0
Published
Start a GoTHA app, it combines Go, Templ, HTMX and Alpine.js in the same bundle.
Downloads
39
Maintainers
Readme
Critique of the Gotha Program
Run:
$ npx create-a-critique
To create a new project using this little framework
This project is made using:
- Go (with or without Echo)
- Templ
- HTMX
- Alpine.js
So it's made using GoTHA (Go, Templ, HTMX, Alpine.js).
The template was made using the Vite template CSS, so credits to them!
Needs installed:
- A JS Package Manager (NPM, PNPM)
- Go
- Templ
- Air (for Go)
HTMX is used in the Index page and Alpine.js is used a bit in the 404 page for redirecting after 5 seconds.
As of version 1.2.0 of the template:
Now it's also using some middlewares for: CSRF token verification, zerolog for logging, Recovering from panics. Also added error handling in the renderers.