Apollo React example for Github GraphQL API with create-react-app
- git
- nodejs
- Github app and credential GITHUB_CLIENT_ID,GITHUB_CLIENT_SECRET
- Integrations Early Access
git clone https://github.com/katopz/react-apollo-graphql-github-example.git
cd react-apollo-graphql-github-example
npm i
- Copy
config.default.js
into a file calledconfig.js
, and replacexxx
with your username and password - Replace
GITHUB_CLIENT_ID
andGITHUB_CLIENT_SECRET
with your credential.
npm start
For
VSCode
you can pressF5
to run :)