Editor with Draft.js

This is a simple text editor made with Draft.js in my React.js web application. You can run this locally by following the steps below.

How to run locally

  • Step 1 - Clone this repo
git clone https://github.com/Faizan711/editor-with-draft.js.git
  • Step 2 - Go to working Directory
cd editor-with-draft.js
  • Step 3 - Install all dependencies
npm install
  • Step 4 - Run Locally
npm start