npm install
to install all the dependencies
REACT_APP_BACKEND_URL=http://localhost:4000 (4000 or the port your backend is running on)
SKIP_PREFLIGHT_CHECK=true
npm start
and you're good to go
(WIP)
npm install
to install all the dependencies
REACT_APP_BACKEND_URL=http://localhost:4000 (4000 or the port your backend is running on)
SKIP_PREFLIGHT_CHECK=true
npm start
and you're good to go
(WIP)