Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 476 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 476 Bytes

hyperbudget-frontend

Build Status

Hyperbudget - react frontend

Development server:

npm install
npm run dev

For a production build: npm run build

You can set the backend url by tweaking the BACKEND_URL variable at either npm run build or npm run dev

e.g. BACKEND_URL=https://api.hyperbudget.net - NO trailing space