Boilerplate to easily get started on React and GraphQL projects for Client and Server side implementation
- Run
npm run install
- To launch GraphQL server:
node server/server.js
and browsehttp://localhost:3000/graphql
Boilerplate for setting up GraphQL using React, Apollo and Express
JavaScript