Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 558 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 558 Bytes

rich-text-editor

This uses Facebook's Draft.js (https://draftjs.org/) and Wiris (http://www.wiris.com/en/) to create a text editor that also allows upload of media content and adding math formulas

To run the code

Clone the repository. Install Node.js LTS version from https://nodejs.org/en/download/.

After the install, in the project directory run the following:

npm install

Installs all dependencies

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.