Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 250 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 250 Bytes

Sample Program for Accessing Github GraphQL API with React and Apollo

Installation and Run

$ yarn # or npm i
$ sed "s/xxxx/<your github access token>/" src/config.secret.default.js > src/config.secret.js
$ npm run bundle && npm start