Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 266 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 266 Bytes

GraphiQL Parcel Example

This example demonstrates how to transpile your own custom ES6 GraphiQL implementation with parcel bundler.

Setup

  1. yarn and yarn start from this folder to start parcel dev mode.
  2. yarn build to find production ready files.