React and Apollo client example with GitHub GraphQL API
-
Create your GitHub personal access token in accordance with this guide.
-
Set your token to
REACT_APP_ACCESS_TOKEN$ export REACT_APP_ACCESS_TOKEN='<YOUR_ACCESS_TOKEN>'
-
Install npm packages
$ yarn install or $ npm install
$ yarn start- React (SPA)
- Apollo (GraphQL client)
- Cypress (E2E test)
- Material UI (CSS framework)