Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 355 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 355 Bytes

Codemirror 6 Parcel Example

This example demonstrates how to transpile your own custom ES6 Codemirror 6 GraphQL implementation with parcel bundler.

Setup

  1. yarn and yarn build at the root of this repository, if you have not already.
  2. yarn start from this folder to start parcel dev mode.
  3. yarn build to find production ready files.