An open API service indexing awesome lists of open source software.

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.

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 syntax

Check `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

[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)