Steps Install dependencies npm install Create .env.development file REACT_APP_API_URL=http://localhost:8000 Create .env.production file REACT_APP_API_URL=http://localhost:8000 npm start