Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 341 Bytes

File metadata and controls

13 lines (8 loc) · 341 Bytes

Frontend applications for cool startup

💾 Setup - Frontend

  • Install dependencies using npm i.
  • Set environment variables REACT_APP_BASE_URL=http://localhost:5000
  • Run npm start. Frontend will open at http://localhost:3000/

Environment variables

Set backend url:

REACT_APP_BASE_URL=http://localhost:5000