/robust_todo

Robust todo htmx application.

Primary LanguageGoMIT LicenseMIT

Golang: Robust Todo App Htmx

This application's purpose was to do research to see what works when using HTMX and golang. To get more information about the application design and implementation process please refer to the blog at https://medium.com/@steve.wandie90_36505/golang-robust-todo-app-htmx-eed77bd11631.

Run Instructions

Please make sure you have golang installed in your machine.

Clone the repository

git clone repo

Go into the newly created folder and run command below to produce an executable binary file.

go build

Run the produced binary.

./robust_todo