Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 980 Bytes

File metadata and controls

31 lines (20 loc) · 980 Bytes

Build Status

Use the Apollo GraphQL client and server in your Meteor app.

meteor add apollo
meteor npm install --save apollo-client graphql-server-express express graphql graphql-tools body-parser

Read the docs

Check out the code tour if you'd like to see how this small package is implemented.

Package dev

Tests

git clone https://github.com/apollostack/meteor-integration.git
cd meteor-integration
npm install
npm run test
open http://localhost:3000

Ignore the npm peer requirements warning that appears on client and server consoles.

Credits

Contributors