Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 495 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 495 Bytes

What is this?

The sandbox of GraphQL client for React using Github API and appllo.

How to USE

Initial settings

  1. clone this.
  2. install modules with yarn
  3. make .env file with cp .env.template .env
  4. set Github API token to .env variable as GITHUB_GRAPHQL_API_TOKEN.

Generate code

  1. run yarn codegen

Ref;