A simple unstyled ToDo App with Recoil.js used for react app state management
- Clone
git clone https://github.com/Theoadu/recoil-todo.git - Move into the directory
cd recoil-todo - Install dependencies
npm installoryarn install - Run the app using
npm run startoryarn run start