Slides for the talk, "React: yet another awesome supa dupa Van Helsing", ChernivtsiJS, November 26, 2016

You can run slides in your browser (I exported these files from Keynote, works good in Chrome). Just cd html and after run one of these lines.

python -m SimpleHTTPServer 9000

If you use Ruby, try the following

ruby -run -e httpd . -p 9000

Or node.js

npm install http-server -g
http-server . -p 9000