Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 335 Bytes

File metadata and controls

11 lines (9 loc) · 335 Bytes

Dunia Belanja Marketplace ReactJS Frontend

Vite + React

Building Instructions

  1. Clone Repository
  2. Run npm install
  3. Run npm run build
  4. Static files will be generated to ./dist

Deployment Notes

  • Make sure to rewrite all requests to index.html for SPA routing to work properly. View vercel.json for an example.