Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voidberg/presentation-aurelia
Presentation about the Aurelia Framework from BucharestJS, September 2015.
https://github.com/voidberg/presentation-aurelia
Last synced: about 2 months ago
JSON representation
Presentation about the Aurelia Framework from BucharestJS, September 2015.
- Host: GitHub
- URL: https://github.com/voidberg/presentation-aurelia
- Owner: voidberg
- Created: 2015-09-30T13:09:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T13:18:59.000Z (over 9 years ago)
- Last Synced: 2024-04-16T09:32:32.023Z (9 months ago)
- Language: HTML
- Size: 262 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aurelia
> 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
```
# presentation-aurelia