Depolyment Steps
- Check Basepath
<BrowserRouter basename="/my-app/"
- Build Optimize Project
npm run build in create-react-app project
- Server must ALWAYS serve index.html (also for 404 cases)
To ensure that Routing works correctly
- Upload Build Artifacts to (static) Server
In /build folder when using create-react-app
部署在firebase中
npm install -g firebase-tools