ToDo list with Recoil.js used for state management
- Clone
git clone https://github.com/shubhaemk/recoil-example.git
- Move into the directory
cd recoil-example
- Install dependencies
npm install
oryarn install
- Run the app using
npm run start
oryarn run start
- Profit!