# github-graphql-relay-example **Repository Path**: mirrors_github/github-graphql-relay-example ## Basic Information - **Project Name**: github-graphql-relay-example - **Description**: Example Relay Modern app using GitHub's GraphQL API - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GitHub GraphQL Relay example application Demonstrates how to use [Relay Modern](https://facebook.github.io/relay/docs/relay-modern.html) to build a simple repository listing web view against the GitHub GraphQL API. screenshot ### Running locally First, you'll need a GitHub API access token to make GraphQL API requests. You can get that [here](https://github.com/settings/tokens/new). ``` $ 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. ## See also * [Ruby on Rails example using graphql-client](https://github.com/github/github-graphql-rails-example)