You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple React application consuming the GitHub GraphQL API with plain HTTP requests. [Read more about it over here](https://www.robinwieruch.de/react-with-graphql-tutorial).
6
4
7
5
## Features
@@ -10,7 +8,7 @@ A simple React application consuming the GitHub GraphQL API with plain HTTP requ
10
8
* GitHub GraphQL API
11
9
* Consuming GraphQL with plain JS
12
10
* no Apollo/Relay
13
-
*[are you curious about Apollo though?](https://github.com/rwieruch/react-graphql-github-apollo)
11
+
*[are you curious about Apollo though?](https://github.com/rwieruch/react-graphql-github-apollo)
14
12
15
13
## Installation
16
14
@@ -19,7 +17,7 @@ A simple React application consuming the GitHub GraphQL API with plain HTTP requ
19
17
* npm install
20
18
*[add your own REACT_APP_GITHUB_PERSONAL_ACCESS_TOKEN in .env file](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)
21
19
* npm start
22
-
* visit `http://localhost:3000/`
20
+
* visit `http://localhost:3000`
23
21
24
22
## Want to learn more about React + GraphQL + Apollo?
0 commit comments