feat: initial template (Go + Templ + HTMX + CDN Tailwind)
This commit is contained in:
14
README.md
14
README.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user