https://react-demo-gfoo.herokuapp.com
Users :
[email protected] / admin
[email protected] / demo
(possibly wait a while if service is stopped...)
Create a .env.development.local
file contaning dev configurations (required backend here) :
REACT_APP_API_URL="http://localhost:8000"
Install dependencies and launch:
$ npm install
$ npm start