Created by: chyipin
Test Instructions
- npm link
react-dev-utils
globally - create new
create-react-app
npm link react-dev-utils
npm run eject
- Modify
config/paths.js
, changeappBuild
npm run build
- Verify output
Output
The dist folder is ready to be deployed.
You may serve it with a static server:
npm install -g serve
serve -s dist