A Rich Text Editor built on top of Facebook's Draft.js. The app is built with create-react-app & provides a simple UI for WYSIWYG editor. More functionalities can be added with Draft.js plugins (TODO).
https://metadraft.herokuapp.com
If you have node & npm installed you can clone the repo & get started.
$ git clone https://github.com/kukiron/MetaDraft.git
$ cd MetaDraft
$ npm install
$ npm start