Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/we-are-not-object-oriented-anymore
We are not Object Oriented anymore
https://github.com/mcollina/we-are-not-object-oriented-anymore
Last synced: 16 days ago
JSON representation
We are not Object Oriented anymore
- Host: GitHub
- URL: https://github.com/mcollina/we-are-not-object-oriented-anymore
- Owner: mcollina
- Created: 2015-10-08T12:14:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T16:29:59.000Z (about 9 years ago)
- Last Synced: 2024-10-19T09:11:29.324Z (2 months ago)
- Language: HTML
- Homepage: http://mcollina.github.io/we-are-not-object-oriented-anymore/
- Size: 9.06 MB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# We are not Object Oriented anymore
> 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
```