Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 423 Bytes

File metadata and controls

8 lines (5 loc) · 423 Bytes

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.