mirror of
https://github.com/github/github-graphql-relay-example
synced 2026-07-21 13:33:49 +00:00
No description
- JavaScript 85%
- CSS 10.2%
- HTML 4.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| public | ||
| src | ||
| .babelrc | ||
| .eslintrc.json | ||
| .gitignore | ||
| .graphqlconfig | ||
| LICENSE | ||
| package.json | ||
| prettier.config.js | ||
| README.md | ||
| webpack.config.js | ||
| yarn.lock | ||
GitHub GraphQL Relay example application
Demonstrates how to use Relay Modern to build a simple repository listing web view against the GitHub GraphQL API.
Running locally
First, you'll need a GitHub API access token to make GraphQL API requests. You can get that here.
$ git clone https://github.com/github/github-graphql-relay-example
$ cd github-graphql-relay-example/
$ API_TOKEN=abc123 yarn start
Once your server is running, you can open http://localhost:3000.