An open API service indexing awesome lists of open source software.

https://github.com/lastnamearya/react-rich-text-editor

It's a simple Rich Text Based Editor built on top of React's Draft.js Framework
https://github.com/lastnamearya/react-rich-text-editor

draft-js draft-js-plugins react react-editor reactdom rich-text rich-text-editor

Last synced: 29 days ago
JSON representation

It's a simple Rich Text Based Editor built on top of React's Draft.js Framework

Awesome Lists containing this project

README

          

# React-Rich-Text-Editor
It's a simple Rich Text Based Editor built on top of React's Draft.js Framework

### Running the app

1. First clone this Repo

````
git clone https://github.com/lastnamearya/React-Rich-Text-Editor
````

2. Install Dependencies

````
yarn
````

3. Start the Development Server

````
yarn start
````