Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 282 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 282 Bytes

react-draft-wysiwyg implementation

Create new React App

npx create-react-app my-app

Install needed libraries

npm install --save react-draft-wysiwyg draft-js

To start application first clone it and than write>

npm install
npm start