Skip to content

k-yokoishi/react-apollo-github-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React x Apollo x GitHub API v4 Example

React and Apollo client example with GitHub GraphQL API

Setup

  1. Create your GitHub personal access token in accordance with this guide.

  2. Set your token to REACT_APP_ACCESS_TOKEN

    $ export REACT_APP_ACCESS_TOKEN='<YOUR_ACCESS_TOKEN>'
  3. Install npm packages

    $ yarn install
    or
    $ npm install

Launch

$ yarn start

Libralies

  • React (SPA)
  • Apollo (GraphQL client)
  • Cypress (E2E test)
  • Material UI (CSS framework)

About

React Apollo example with GItHub GraphQL API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors