beecomci / github-graphql-relay-example

Example Relay Modern app using GitHub's GraphQL API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub GraphQL Relay example application

Demonstrates how to use Relay Modern 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.

$ 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

About

Example Relay Modern app using GitHub's GraphQL API

License:MIT License


Languages

Language:JavaScript 85.0%Language:CSS 10.2%Language:HTML 4.8%