Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 298 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 298 Bytes

Create .env file

For starts, create .env.(development | production).local file in root directory. And set there this line:

REACT_APP_BASE_URL="http://localhost:8001"

Install packages

For npm:

npm install

For yarn:

yarn

Start project

npm start