First contact with Redux and Redux Saga. I could really see the power of it when having an application with multiple components that need to share states.
Install the dependencies
Yarn
yarn
Npm
npm install
Start the Json Server
yarn json-server server.json -p 3333
Start the app
Yarn
yarn start
Npm
npm start