Apollo React project with multiple data objects, mongo database and jwt authentification. Page deployed on heroku https://apollo-page.herokuapp.com/.
Add your MONGO_URI, email and other data to the default.json file. Make sure you set an env var for that and the jwtSecret on deployment
npm install
cd client && npm install
npm run dev
npm run server
npm run client
Server runs on http://localhost:5000 and client on http://localhost:3000
cd client && npm run build