/prosemirror-react-typescript-example

Minimal boilerplate to start a project with ProseMirror, React, TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

ProseMirror + React + TypeScript example editor

Just the basic boilerplate needed to get going with this combo.

To get started go to the folder and start the app eg:

cd full
yarn
yarn start

The minimal folder contains the absolute minimum required to get started with it.

The full folder should, at one point, have all the extra functionality that might come handy when creating a fully-fledged editor with all the bells and whistles.

Contributions or comments would be appreciated.