Skip to content

saiki-k/learn-draftjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com:fatman-/learn-draftjs.git
$ cd learn-draftjs
$ npm install
$ npm start

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