Skip to content

jvcjunior/react-relay-modern-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub GraphQL Relay Modern Example

This project was created to demonstrates how to use Relay Modern to build a simple users listing web view against the GitHub GraphQL API.

Running locally

First, create a GitHub API access token

First, you'll need a GitHub API access token to make GraphQL API requests. You can get that here.

Install

Run the install command to install all dependencies.

yarn install

Run

To run the project, you must have created the api access token. While executing yarn start you will be asked to type the token.

$ git clone https://github.com/jvcjunior/react-relay-modern-github
$ cd react-relay-modern-github/
$ yarn start

Once your server is running, you can open http://localhost:3000.

About

Relay modern example with github graphql api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published