go-htmx-examples
Go to file
joerdav 60d3a869d2
feat: bulk update and click to edit
2023-04-18 10:23:18 +01:00
bulkupdate feat: bulk update and click to edit 2023-04-18 10:23:18 +01:00
clicktoedit feat: bulk update and click to edit 2023-04-18 10:23:18 +01:00
shared feat: bulk update and click to edit 2023-04-18 10:23:18 +01:00
README.md feat: bulk update and click to edit 2023-04-18 10:23:18 +01:00
go.mod feat: bulk update and click to edit 2023-04-18 10:23:18 +01:00
go.sum feat: bulk update and click to edit 2023-04-18 10:23:18 +01:00
home.templ feat: bulk update and click to edit 2023-04-18 10:23:18 +01:00
home_templ.go feat: bulk update and click to edit 2023-04-18 10:23:18 +01:00
main.go feat: bulk update and click to edit 2023-04-18 10:23:18 +01:00

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 .'