This project was bootstrapped with Create React App and yarn (setup here).
- Run '
yarn
' to install js dependencies
- Run '
npm i
' to install js dependencies
yarn build
yarn global add serve
(if needed)- NOTE: if
serve
is not recognized after this install, you may have an issue with yarn global config. Alternatively, you can install this package withnpm -g install serve
- NOTE: if
serve -s build
npm run-script build
npm -g install serve
(if needed)serve -s build
A url will be provided with the location of the app running
The app was built with several third party modules. These include:
Material UI
Redux
Reselect
Webpack / Babel
Axios