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