Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/reaching-ludicrous-speed
My Node.js Interactive 2015 presentation
https://github.com/mcollina/reaching-ludicrous-speed
Last synced: 16 days ago
JSON representation
My Node.js Interactive 2015 presentation
- Host: GitHub
- URL: https://github.com/mcollina/reaching-ludicrous-speed
- Owner: mcollina
- License: mit
- Created: 2015-11-24T10:24:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-11T07:28:15.000Z (over 8 years ago)
- Last Synced: 2024-10-19T09:13:04.613Z (2 months ago)
- Language: HTML
- Homepage: http://mcollina.github.io/reaching-ludicrous-speed/
- Size: 8.86 MB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reaching Ludicrous Speed
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)Watch the youtube video at https://www.youtube.com/watch?v=_0W_822Dijg
## View slides locally
First, ensure you have the following installed:
1. [Node.js](http://nodejs.org)
2. [Bower](http://bower.io): `$ npm install -g bower`
3. [Gulp](http://gulpjs.com): `$ npm install -g gulp`Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ gulp serve
```