Faizan711 / editor-with-draft.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 67.9%Language:HTML 19.4%Language:CSS 12.7%