https://github.com/smerth/how-to-graphql-react-apollo
The React Apollo tutorial from How to GraphQL. Its a Hacker News clone built with React and hosted on Heroku. Data is hosted on GraphCool.
https://github.com/smerth/how-to-graphql-react-apollo
apollo create-react-app graphcool graphql javascript react
Last synced: 2 months ago
JSON representation
The React Apollo tutorial from How to GraphQL. Its a Hacker News clone built with React and hosted on Heroku. Data is hosted on GraphCool.
- Host: GitHub
- URL: https://github.com/smerth/how-to-graphql-react-apollo
- Owner: smerth
- Created: 2018-01-04T21:52:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T18:45:38.000Z (over 3 years ago)
- Last Synced: 2025-03-04T22:44:47.509Z (over 1 year ago)
- Topics: apollo, create-react-app, graphcool, graphql, javascript, react
- Language: JavaScript
- Homepage: https://smerth-links.herokuapp.com/new/1
- Size: 1.33 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to GraphQL - React Apollo Tutorial
This is a Hacker News clone built with React (based on create-react-app,) using Apollo as an API to GraphQL which is supplied by the GraphCOOL service.
## Create React App
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).
## Tutorial Resources
## Run Locally
## Releases
1.0.0 - completed tutorial, see the issues in docs for things that don't work quite right.