Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/learnapollo/learnapollo
👩🏻🏫 Learn Apollo - A hands-on tutorial for Apollo GraphQL Client (created by Graphcool)
https://github.com/learnapollo/learnapollo
angular-2 apollo apollo-ios apollographql exponent graphcool graphql ios react react-native tutorial vue
Last synced: 29 days ago
JSON representation
👩🏻🏫 Learn Apollo - A hands-on tutorial for Apollo GraphQL Client (created by Graphcool)
- Host: GitHub
- URL: https://github.com/learnapollo/learnapollo
- Owner: learnapollo
- License: mit
- Created: 2016-10-05T13:27:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T16:39:55.000Z (over 6 years ago)
- Last Synced: 2024-02-15T01:33:53.550Z (9 months ago)
- Topics: angular-2, apollo, apollo-ios, apollographql, exponent, graphcool, graphql, ios, react, react-native, tutorial, vue
- Language: TypeScript
- Homepage: https://www.learnapollo.com
- Size: 42.6 MB
- Stars: 5,214
- Watchers: 14
- Forks: 67
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Learn Apollo
![](https://learnapollo.org/images/twitter.png)
Source code for [Learn Apollo](https://learnapollo.com)
## Contribution
If you have a suggestion on how to improve Learn Apollo please either
[open an issue](https://github.com/learnapollo/learnapollo/issues/new) or create a pull request by changing the source
files in [`content`](https://github.com/learnapollo/learnapollo/tree/master/content).```
content/
├── excursions
│ ├── excursion-01.md
│ └── excursion-02.md
├── go-further
│ └── wrap-up.md
├── images
│ ├── ...
├── introduction
│ ├── get-started-bottom.md
│ └── get-started.md
├── tutorial-angular
│ └── angular-playground.md
├── tutorial-ios
│ ├── ios-01.md
│ ├── ios-02.md
│ ├── ios-03.md
│ ├── ios-04.md
│ ├── ios-05.md
│ └── ios-06.md
├── tutorial-react
│ ├── react-01.md
│ ├── react-02.md
│ ├── react-03.md
│ ├── react-04.md
│ ├── react-05.md
│ ├── react-06.md
│ └── react-07.md
├── tutorial-react-native
│ ├── react-native-01.md
│ ├── react-native-02.md
│ ├── react-native-03.md
│ ├── react-native-04.md
│ ├── react-native-05.md
│ └── react-native-06.md
└── tutorial-vue
└── vue-playground.md
```## Development
```sh
yarn install # or npm install
yarn start # or npm start
# open localhost:4300
```## Help & Community [![Slack Status](https://slack.graph.cool/badge.svg)](https://slack.graph.cool)
Join our [Slack community](http://slack.graph.cool/) if you run into issues or have questions. We love talking to you!
![](http://i.imgur.com/5RHR6Ku.png)