Created by: chyipin
Test Instructions
- npm link
react-dev-utilsglobally - create new
create-react-app npm link react-dev-utilsnpm 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