Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MattTheRed/github-graphql-relay-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/
$ 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.1%
  • CSS 8.3%
  • HTML 4.6%