Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/green-arrow/ember-intro
Ember: An Introduction (Powered by Bespoke.js)
https://github.com/green-arrow/ember-intro
Last synced: 7 days ago
JSON representation
Ember: An Introduction (Powered by Bespoke.js)
- Host: GitHub
- URL: https://github.com/green-arrow/ember-intro
- Owner: green-arrow
- Created: 2014-12-01T02:24:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-15T20:29:34.000Z (almost 10 years ago)
- Last Synced: 2024-04-16T05:51:35.564Z (7 months ago)
- Language: JavaScript
- Size: 297 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ember: An Introduction
> 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
```