This is a template project for building web applications using Go and HTMX.
To get started with this project, you'll need to have Docker installed on your system. You can download and install Docker from the official website: https://www.docker.com/get-started/
Once you have Docker installed, you can clone this repository and run the following command to start the application: docker compose -f compose-dev.yml up
This will start the application on port 8080. You can access the application by opening a web browser and navigating to http://localhost:8080.
This template project provides a starting point for building web applications using Go and HTMX. You can use this project as a reference or starting point for your own projects.