Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amcdnl/es6preso
2015 ES6 Presentation
https://github.com/amcdnl/es6preso
Last synced: 29 days ago
JSON representation
2015 ES6 Presentation
- Host: GitHub
- URL: https://github.com/amcdnl/es6preso
- Owner: amcdnl
- Created: 2015-02-02T13:23:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-07T14:28:56.000Z (almost 10 years ago)
- Last Synced: 2023-02-28T01:42:16.782Z (over 1 year ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ES6 JavaScript Presentation
Topics:
- New Language Features
- Module Loaders
- Using it today!Visit [Slides.com](http://slides.com/austinmcdaniel/deck) for the presentation slides.
## Requirements
- NodesJS & NPM
- [Bower](http://bower.io/)
- [GulpJS](http://gulpjs.com/)
- [JSPM](http://jspm.io/)## Install
1. `npm install`
2. `gulp watch serve`
3. Browse to `http://localhost:9000`