https://coinwizards.herokuapp.com/
Pulling from flask rest API server on Backend Repo
To build, run backend server and then type 'npm start' while inside the frontend directory.
For bootstrap to work: Need to install:
- npm install --save bootstrap
- npm install – -save react-router-dom
- npm install @types/react-router-dom --save-dev