Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 185 Bytes

File metadata and controls

15 lines (11 loc) · 185 Bytes

hackBCA Example Prototype

Run for development

npm start

Run for production

REACT_APP_API_URL=https://example.com npm run build
npm i -g serve
serve build