https://github.com/learnapollo/pokedex-vue
A Pokedex App using Apollo and Vue.js
https://github.com/learnapollo/pokedex-vue
apollo vuejs
Last synced: 10 months ago
JSON representation
A Pokedex App using Apollo and Vue.js
- Host: GitHub
- URL: https://github.com/learnapollo/pokedex-vue
- Owner: learnapollo
- Created: 2016-12-12T14:42:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T17:36:39.000Z (about 9 years ago)
- Last Synced: 2025-04-04T03:04:51.662Z (12 months ago)
- Topics: apollo, vuejs
- Language: Vue
- Size: 73.2 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pokedex-vue
Pokedex Vue.js app using and teaching Apollo and GraphQL
> **Live Demo: [http://demo.learnapollo.com](http://demo.learnapollo.com/)**

## Getting started
If you haven't done it already, checkout the [hands-on Learn Apollo tutorial](https://learnapollo.com/) to download your individual version of this application.
```sh
cd playground
yarn install
TRAINER_NAME='{your-name}' TRAINER_ID="{your-id}" yarn dev
```
## Workflow
As you're following along the Learn Apollo tutorial, you will work on different coding excercises. Each exercise has a folder that you can use to start working and a solution folder where you can take a peek if the instructions given on Learn Apollo are not clear enough.
After you completed the step, you can compare your results to the official solution by looking into the respective folder. If you found a different solution than we're proposing, feel free to [tell us](http://slack.graph.cool/) about your solution. 💡
## Help & Community [](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!
