Built and adapted from : Simple React-Redux-Saga App tutorial article
git clone https://github.com/donzthefonz/docfinder-frontend.git
cd docfinder-frontend
npm install
npm start
open http://localhost:8080 (should start automatically )
npm start - start the dev server
npm run dev - create a developer build in `dist` folder
npm run build - create a production ready build in `dist` folder