These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The first step to running locally is downloading the code by cloning the repository
git clone git@github.com:casprine/mpharma-test.git
cd mpharma-test
yarn install
yarn start
mpharma-test/
├── public # Has the html
├── src
├── actions # redux actions
├── reducers # redux reducers
├── App.js # Main application entry file
└── store.js # redux stores