Skip to content

hyperbudget/hyperbudget-frontend

Repository files navigation

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