Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 806 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 806 Bytes

Go + HTMX Stack Template

This is a template project for building web applications using Go and HTMX.

Getting Started

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.

Conclusion

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.