My personal to-do list app, built with React with Tailwind.
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