Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/firec0der/chernivtsi.js-react-vanhelsing


https://github.com/firec0der/chernivtsi.js-react-vanhelsing

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

Slides for the talk, "React: yet another awesome supa dupa Van Helsing", [ChernivtsiJS](http://chernivtsi.js.org), 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.
```bash
python -m SimpleHTTPServer 9000
```

If you use Ruby, try the following
```bash
ruby -run -e httpd . -p 9000
```

Or node.js
```bash
npm install http-server -g
http-server . -p 9000
```