https://github.com/ajaybhatia/meteor-graphql-boilerplate
A minimal setup to use Apollo with Meteor and React.
https://github.com/ajaybhatia/meteor-graphql-boilerplate
apollo boilerplate boilerplate-template express graphql meteor meteor-apollo meteor-graphql mongodb
Last synced: 2 months ago
JSON representation
A minimal setup to use Apollo with Meteor and React.
- Host: GitHub
- URL: https://github.com/ajaybhatia/meteor-graphql-boilerplate
- Owner: ajaybhatia
- Created: 2018-06-09T05:46:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T14:34:10.000Z (almost 7 years ago)
- Last Synced: 2025-04-09T18:15:45.287Z (2 months ago)
- Topics: apollo, boilerplate, boilerplate-template, express, graphql, meteor, meteor-apollo, meteor-graphql, mongodb
- Language: JavaScript
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meteor + Apollo boilerplate
A simple kit to start experimenting with Apollo, Meteor and React.
### Includes
- GraphQL server running with Express bound to the Meteor app
- Apollo client v1
- React, React-Router v4
- Accounts UI, Basic & password
- ES6 syntaxCheck `package.json` for specific versions
### Running it
```
meteor npm install
meteor
```GraphiQL is enabled at [/graphiql](http://localhost:3000/graphiql).
### Learn more
- [Meteor `apollo` package docs](http://dev.apollodata.com/core/meteor.html)
- [Apollo docs](http://dev.apollodata.com/)## Contributors
- Ajay Bhatia [@ajaybhatia](https://github.com/ajaybhatia)
## Contribute
Contributions are always welcome!
## License
[](https://creativecommons.org/publicdomain/zero/1.0/)