The goal of this repo is to prepare a minimal ("walking skeleton") project build with Angular2.0 and ES6
Clone this repo and execute in your favourite shell:
npm i -g gulp
to install gulp globally (if you don't have it installed already)npm i
to install local npm dependencies
After completing installation type in your favourite shell:
gulp play
(ornpm start
) to start a "Hello World" app in a new browser window. App files are observed and will be re-transpiled on each change.
- traceur: ES6 -> ES5 transpilation
- ystemjs/builder: ES6 modules bundler
- traceur-runtime: traceur utils and ES6 polyfill
- reflect-metadata: ES7 Reflection API for Decorator Metadata polyfill
- systemjs: ES6 modules loading (module loader polyfill)