Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firec0der/chernivtsi.js-react-vanhelsing
https://github.com/firec0der/chernivtsi.js-react-vanhelsing
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/firec0der/chernivtsi.js-react-vanhelsing
- Owner: firec0der
- Created: 2016-11-30T00:17:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T00:41:44.000Z (about 8 years ago)
- Last Synced: 2024-11-07T02:39:46.281Z (3 months ago)
- Language: CSS
- Size: 5.79 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```