/todo-templ-htmx

This is a todo app made to test the htmx library along with tailwindcss and templ

Primary Languagetempl

Todo App

preview image

Tech Stack

Installation

Make sure you have the following dependencies installed:

  • go(I don't have any idea what version should be. The more the better. I have used 1.22.5)
  • tailwindcss(Same as above. I have used 3.4.7)

Step 1: Clone this repo

git clone https://github.com/vivalchemy/todo-templ-htmx.git

Step 2: Cd into the repo

cd todo-templ-htmx

Step 3: Install the go dependencies

go mod download

Step 4: Define the environment variables

mv .env.example .env

Step 5: Run the server

make live
make live/preview

Step 6: Open the browser and navigate to http://localhost:3000

(I use air so don't pounce on me for this weird naming)

Contributing

I mean really? Well if you can install this you can contribute to it(please don't).