An open API service indexing awesome lists of open source software.

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

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.