https://github.com/meteor/apollo
🚀 meteor add apollo
https://github.com/meteor/apollo
hacktoberfest
Last synced: 5 months ago
JSON representation
🚀 meteor add apollo
- Host: GitHub
- URL: https://github.com/meteor/apollo
- Owner: meteor
- Fork: true (apollographql/meteor-integration)
- Created: 2020-07-16T19:32:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T20:26:02.000Z (about 1 year ago)
- Last Synced: 2024-09-25T13:04:47.694Z (9 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage: http://dev.apollodata.com/core/meteor.html
- Size: 397 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
**[Documentation](https://www.apollographql.com/docs/react/recipes/meteor.html)**
## Installation
In your Meteor app, first add `@apollo/client`, then add this package and you can start using Apollo with Meteor users:
```bash
meteor npm i --save @apollo/client
meteor add apollo
```## Contributing
### Tests
```bash
git clone https://github.com/apollostack/meteor-integration.git
cd meteor-integration
npm install
npm run test
```Used in an app: https://github.com/lorensr/test-meteor-apollo
### Credits
[Contributors](https://github.com/apollostack/meteor-integration/graphs/contributors)