Granite Editor
Create vibrant, full custom pages in the browser by dragging, dropping, and resizing a variety of plugins on the page.
Powered by React and Redux.
Developing
It is recommended that you use npm link
on this directory and then create another project with react-scripts
which
requires this project by running npm link granite-editor
in your new react-scripts
project root. Add the editor
via an import Editor from 'granite-editor'
and use it as normal.
Then running npm run build --watch
or yarn run build --watch
will continually recompile your changes and react-scripts
will pick up and rebuild.