1.0.0 • Published 4 years ago

vijaybabusampleeditor v1.0.0

Weekly downloads
-
License
(ISC OR GPL-3.0)
Repository
-
Last release
4 years ago

React Editor

How to install

npm install

Ensure node version is greater than 10.5.0

How to use

1. Local

npm start

The browser will open to http://localhost:3000/index-host.html

The index-host.html file acts as a mock application and serves the react editor in an iframe.

2. Build

npm run build

Minified source files will be generated to /build directory.