Skip to content

Files

graphiql-create-react-app

GraphiQL create-react-app Example

This example demonstrates how to transpile your own custom ES6 and typescript GraphiQL implementation bootstrapped with create-react-app, no config needed.

Setup

  1. yarn and yarn start from this folder to start react-scripts dev server.
  2. yarn build from this folder to build production ready transpiled files using react-scripts. Find the output in build folder.