Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 428 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 428 Bytes

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