This repository is an example of using Gin and HTMX to build a simple web application.
- Install Go
- Use
go run .
in the project directory to run the project - Alternatively, install air to enable hot reload
Hot-reload means re-compile when you change the source code. You still need to manually reload the web browser.
There is no production configuration as it is intended for demonstration only.