6472790346 | ||
---|---|---|
bulkupdate | ||
clicktoedit | ||
clicktoload | ||
deleterow | ||
editrow | ||
shared | ||
README.md | ||
go.mod | ||
go.sum | ||
home.templ | ||
home_templ.go | ||
main.go |
README.md
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 .'