Source code and slides from presentation at Nizhny Novgorod JS meetup #5
Slides are made with reveal.js
To run presentation locally
cd reveal.js
npm install
npm run start
Examples are made with create-react-app
To run an example, go to examples directory and run
npm install
npm run start