This repository is for an article for Overmind. You can find the article here: https://dev.to/sutt0n/achieving-an-organized-state-in-your-react-app-with-overmind-basic-1371.
- Install dependencies with
npm i
- Run tests with
npm test
(optional) - Run the project with
npm start