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.jsinto a file calledconfig.js, and replacexxxwith your username and password
- Replace GITHUB_CLIENT_IDandGITHUB_CLIENT_SECRETwith your credential.
npm startFor
VSCodeyou can pressF5to run :)
