https://github.com/rjxby/go-htmx-skeleton
go-htmx-skeleton
https://github.com/rjxby/go-htmx-skeleton
docker docker-compose go go-template htmx htmx-template
Last synced: 3 months ago
JSON representation
go-htmx-skeleton
- Host: GitHub
- URL: https://github.com/rjxby/go-htmx-skeleton
- Owner: rjxby
- License: mit
- Created: 2023-10-02T19:29:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T19:42:38.000Z (over 2 years ago)
- Last Synced: 2025-01-13T22:17:59.237Z (over 1 year ago)
- Topics: docker, docker-compose, go, go-template, htmx, htmx-template
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.