Add styling
Update styles
Update readme
A simple in-memory todo app written in HTMX and Go.
Run the following to build the project:
go build
Having built the project binary task_list
, you can run it using the following:
./task_list
By default this will run on a random available port. To specify the port to use you can do the following:
./task_list <port>