TODO-htmx-go
A proof-of-concept TODO app to explore the cababilities of HTMX. The backend server is written in Go.
Built With
Getting Started
Prerequisites
This application only requires the Golang compiler, tooling, and libraries. These can be downloaded from the Golang homepage or installed via a package manager:
Installation & Execution
There is currently no additional installation necessary. Simply clone the repo and start the server.
- Clone the repo
> git clone git@github.com:Drakmyth/todo-htmx-go.git
- Start the server
> go run server.go
Contributing
This is a simple proof of concept app, but if you find it useful and would like to contribute you are more than welcome to do so! If you have a suggestion, you can fork the repo and create a pull request. Alternatively you can open an issue with the enhancement
tag.
Keep in mind that as this is a proof of concept app it is not under regular active development. Taking the initiative to provide a pull request will greatly increase the chances of a feature being added.
License
Distributed under the MIT License. See LICENSE.md for more information.