Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 649 Bytes

File metadata and controls

19 lines (14 loc) · 649 Bytes

GraphQL-Apollo-React Starter Kit

What is that?

It's a Starter Kit for work with react and GraphQL includes:

  • react
  • react-router v4
  • GraphQL
  • Apollo
  • Webpack2
  • react-hot-reload
  • passport.js

GIF shows how it works

How to start

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.