feat: initial template (Go + Templ + HTMX + CDN Tailwind)
Some checks failed
CD / Lint / Test / Vet (push) Failing after 5s
CD / Build & Import (push) Has been skipped
CD / Deploy via GitOps (push) Has been skipped

This commit is contained in:
Mathias Bergqvist
2026-05-05 08:19:04 +02:00
parent 57c1e460b7
commit a25120cd1d
11 changed files with 270 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
# template-go-web
# __PROJECT_NAME__
Go + Templ + HTMX + Tailwind project template
> Generated from `mathias/template-go-web`.
## Bootstrap
After creating from template, run:
```bash
go mod tidy # regenerate go.sum with real module path
task generate # generate templ files
task build # build the binary
```