go-htmx-examples/README.md

14 lines
228 B
Markdown
Raw Normal View History

2023-04-18 09:23:18 +00:00
# Go HTMX Examples
<https://htmx.org/examples> implemented in Go and templ.
## Tasks
### run
Runs the app and looks for changes.
```
reflex -r '.*\.(go|templ)' -R '.*_templ\.go' -s -- sh -c 'templ generate && go run .'
```