/React-GraphQL-Sand

A simple Graphql and React project

Primary LanguageJavaScript

React-GraphQL-Sand

A simple playground for React/GraphQL making use of react-apollo

Dependencies

  • MongoDB
  • Node 8+ (of course)

Setup

  • Run a local MongoDB instance - $ mongod
  • Install node modules - $ yarn
  • Run the application - $ yarn dev