Skip to content

Latest commit

 

History

History

graphiql-create-react-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.