Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/js-everywhere
The slides for my QCon 2016 talk "JS Everywhere"
https://github.com/mcollina/js-everywhere
Last synced: 16 days ago
JSON representation
The slides for my QCon 2016 talk "JS Everywhere"
- Host: GitHub
- URL: https://github.com/mcollina/js-everywhere
- Owner: mcollina
- License: mit
- Created: 2016-02-29T13:59:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-14T10:29:28.000Z (almost 9 years ago)
- Last Synced: 2024-10-19T09:12:12.740Z (2 months ago)
- Language: HTML
- Homepage: http://mcollina.github.io/js-everywhere/
- Size: 17.8 MB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JS Everywhere
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)## 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
```