Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 452 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 452 Bytes

Learn DraftJS

Learn DraftJS is an interactive learning resource. You can visit it, at learn-draftjs-now.vercel.app!

Running locally

To run learn-draftjs locally, run the following commands in your terminal!

$ git clone [email protected]:fatman-/learn-draftjs.git
$ cd learn-draftjs
$ npm install
$ npm start

If everything works properly, you can visit localhost:3000 to start learning DraftJS!