32 lines
594 B
Markdown
32 lines
594 B
Markdown
|
# Simple starter for WunderGraph Cloud
|
||
|
|
||
|
A simple starter that consumes the [Pokémon GraphQL API](https://graphql-pokeapi.vercel.app).
|
||
|
|
||
|
### Getting started locally
|
||
|
|
||
|
```shell
|
||
|
npm install && npm start
|
||
|
```
|
||
|
|
||
|
Get first 3 starter Pokémon and their evolutions
|
||
|
|
||
|
```shell
|
||
|
curl -X GET http://localhost:9991/app/main/operations/Starters
|
||
|
```
|
||
|
|
||
|
---
|
||
|
### Deploy to WunderGraph Cloud
|
||
|
|
||
|
|
||
|
1. Fork this repo
|
||
|
2. Sign in to [WunderGraph Cloud](https://cloud.wundergraph.com)
|
||
|
3. Create a new project
|
||
|
4. Import the forked repo
|
||
|
5. Deploy the project
|
||
|
|
||
|
---
|
||
|
### Learn More
|
||
|
|
||
|
Read the [Docs](https://wundergraph.com/docs).
|
||
|
|