/htmx-go-todo

A simple TODO app to learn about HTMX and GO

Primary LanguageGoMIT LicenseMIT

HTMX-Go Todo

A simple TODO app to learn about HTMX and GO

MIT License

Top Languages

Last Commit

Language count

Repository size

Tech Stack

  • Golang
  • Air
  • HTMX
  • TailwindCSS
  • Vite

Run Locally

Clone the project

  git clone https://github.com/Morpa/htmx-go-todo.git todo

Go to the project directory

  cd todo

Install dependencies

  npm install

Start the server

  air

Start the client

  npm run dev