This example demonstrates how to transpile your own custom ES6 and typescript GraphiQL implementation bootstrapped with create-react-app
, no config needed.
yarn
andyarn start
from this folder to startreact-scripts
dev server.yarn build
from this folder to build production ready transpiled files usingreact-scripts
. Find the output inbuild
folder.