ExampleEditor is the official Substance starter example. It sets up a minimal environment for Substance editor development. Fork this code and create your own editor.
$ git clone https://github.com/substance/example-editor.git
$ cd example-editorNow install dependencies and start the dev environment.
$ npm install
$ npm startAnd navigate to http://localhost:5555.