Demonstrates how to use Relay Modern to build a simple repository listing web view against the GitHub GraphQL API.
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.
