Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinkswan/react-graphql-spacex-missions
A React app that uses Apollo and GraphQL to fetch SpaceX missions.
https://github.com/thinkswan/react-graphql-spacex-missions
graphql javascript react tutorial
Last synced: about 2 months ago
JSON representation
A React app that uses Apollo and GraphQL to fetch SpaceX missions.
- Host: GitHub
- URL: https://github.com/thinkswan/react-graphql-spacex-missions
- Owner: thinkswan
- Created: 2019-06-28T09:09:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T15:26:46.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T18:28:17.643Z (almost 2 years ago)
- Topics: graphql, javascript, react, tutorial
- Language: JavaScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-graphql-spacex-missions
A React app that uses Apollo and GraphQL to fetch SpaceX missions.
Based on the following tutorial: [Traversy Media: GraphQL With React & Apollo](https://www.youtube.com/playlist?list=PLillGF-RfqbZrjw48EXLdM4dsOhURCLZx)
## Get started
```
yarn
cd client/ && yarn && cd ../ # Run `yarn` in `client/` to install client dependencies
yarn dev
open http://localhost:3000/
```