It's a Starter Kit for work with react and GraphQL includes:
- react
- react-router v4
- GraphQL
- Apollo
- Webpack2
- react-hot-reload
- passport.js
Create MongoDB Deployments on mlab.com then create user and set MONGO_URI in ./server/server.js as mongodb://<dbuser>:<dbpassword>@ds059205.mlab.com:59205/<dbname>.
Next run command yarn, then yarn dev and go to http://localhost:4000/graphql for Root Types documentation or http://localhost:4000 for application.
