Skip to content

99xtal/todo

Repository files navigation

Todo

My personal to-do list app, built with React with Tailwind.

Running Locally

Prerequisites: Git and Node

In a terminal, clone this repository and change directories to the repository root

git clone https://github.com/99xtal/todo.git
cd todo

Install dependencies and run on a development server

yarn install
yarn dev

To generate a static bundle for production:

yarn build
yarn preview

Releases

No releases published

Packages

No packages published