Skip to content

Simple GO + HTMX + Templ + Tailwindcss todo web application

Notifications You must be signed in to change notification settings

sethcg/Go-Todo-App

Repository files navigation

Preview:

Setup:

Clone Repository:

git clone https://github.com/sethcg/Go-Todo-App.git ./go-todo-app
cd ./go-todo-app
ren .env.example .env

Build and Run:

docker build -t go-todo-app .
docker run -p 3000:3000 go-todo-app


Do yourself a favor and learn all you can; then remember what you learn and you will prosper