This project was bootstrapped with Create React App.
Navigate to the project directory:
If the .env.local
file doesn't exists, create one and ensure that REACT_APP_BASE_API_SERVER
is pointing to the correct backend server.
REACT_APP_BASE_API_SERVER = http://localhost:8000
or for using the prod, for example, point it to the Prod URL:
REACT_APP_BASE_API_SERVER = https://qrsmk74u20.execute-api.us-east-1.amazonaws.com/prod
This installs the required repository to the application.
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.