Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 473 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 473 Bytes

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