Sample todo list app to learn Recoil. Find the tutorial video here.
- Clone the repo
git clone git@github.com:jacques-blom/recoil-example-app.git
- Install dependencies using Yarn
cd recoil-example-app
yarn
- Start the development server
yarn start
File an issue or reach out to me on Twitter (@jacques_codes). I'd be more than happy to help!
If you want the completed code (as it would be at the end of the tutorial), check out the completed branch.