Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 342 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 342 Bytes

The React frontend web app for weco.io

Set up

npm install

Create .env file:

SKIP_PREFLIGHT_CHECK=true
REACT_APP_API_ENV=dev
REACT_APP_APP_ENV=dev
REACT_APP_DEV_API_URL=http://localhost:5000
REACT_APP_DEV_WEBSOCKET_API_URL=http://localhost:5001
REACT_APP_DEV_APP_URL=http://localhost:3000

Start

npm start