Learn DraftJS is an interactive learning resource. You can visit it, at learn-draftjs.now.sh!
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!