package
0.0.0-20241105202227-7571a2425814
Repository: https://github.com/crhntr/go-htmx-examples.git
Documentation: pkg.go.dev
# README
Click to Edit
This example explores a click-to-edit page. It uses sqlc and SQLite for database interactions. It differs from the htmx example in its use of hx-boost.
To run this make sure you have sqlite3 in your path and then just run 'go run .' in this directory. You can then navigate to http://localhost:8080.
The app uses Pico CSS.