Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 877 Bytes

README.md

File metadata and controls

58 lines (34 loc) · 877 Bytes

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