The project is bootstrapped with Create React App.
- react v17
- reduxjs/toolkit v1.6
- Install
node
andnpm
globally on your machine. - Install yarn. On OSX you can run
brew install yarn
- Clone down this repository.
yarn install
- To Run Test Suite:
yarn test
- To Start Server:
yarn start
- To Visit App:
localhost:3000