create .env with the following code (update credentials). Make sure to create .env in the root of the project, not inside /src. react-front/.env
REACT_APP_API_URL=http://localhost:8080/api
REACT_APP_GOOGLE_CLIENT_ID=xxxxxx.apps.googleusercontent.com
cd react-front
npm install
npm start