Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 244 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 244 Bytes

Voluntime - Frontend

Run Locally

You need a .env file created with the following features defined:

REACT_APP_BASE_URL=http://localhost:8080
REACT_APP_API_VERSION=v1

Then, it's as simple as:

$ npm i
$ npm start