Categorygithub.com/Drakmyth/todo-htmx-go
repositorypackage
0.0.0-20230823225118-e70b09e38775
Repository: https://github.com/drakmyth/todo-htmx-go.git
Documentation: pkg.go.dev

# README

TODO-htmx-go

A proof-of-concept TODO app to explore the cababilities of HTMX. The backend server is written in Go.

Built With

  • Htmx
  • Golang
  • TailwindCSS

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:

  • apt
    > apt install golang-go
    
  • Chocolatey
    > choco install -y golang
    
  • Homebrew
    > brew install go
    
  • winget
    > winget install GoLang.Go
    

Installation & Execution

There is currently no additional installation necessary. Simply clone the repo and start the server.

  1. Clone the repo
    > git clone [email protected]:Drakmyth/todo-htmx-go.git
    
  2. 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.