Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 753 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 753 Bytes

GraphiQL for Tipe

This is a React app with GraphiQL IDE to browse Tipe's schema and try out GraphQL queries. Check out my blog post for more details.

Install

  1. Clone this project:
$ git clone https://github.com/nandito/tipe-graphiql.git
  1. Install dependencies:
$ cd tipe-graphiql
$ yarn install # or npm install
  1. Set up Tipe credentials:

    1. get your project's API key and ORG secret (instructions),
    2. paste them into the src/index.js
  2. Start the app:

$ yarn start # or npm start

License

MIT