Full Stack Development Environment
To start working on this repository.
In backend
npm install
nodemon app.jsIn frontend
Replace the facebookAppId in .env and .env.prod if you want to use your own facebook app to login.
REACT_APP_API_SERVER=http://localhost:8080
REACT_APP_FACEBOOK_APP_ID=1234567890123456 npm install
npm startNow you can start experimentating the full stack example !