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