TodoMVC done with Angular2 alpha release.
$ npm install -g serve
$ serve
localhost:8080
- Clone angular2/angular2 somewhere on your disk.
- Follow the instructions for Angular 2 and
gulp build
there. ln -s ~/angular/dist/js/dev deps/ng
in the root of this repo.$ npm install -g serve
$ serve
- Update systemjs path from 'deps/angular2' to 'deps/ng'
- Write your AtScript code in app/ folder
localhost:8080
(already included in the deps folder)
- The latest version of traceur.js (modified to support atscript out of the box).
- The latest version of system.js
- The latest version of es6-module-loader.js
- The latest version of zone.js (and long-stacktrace-zone.js)
Due to bug in system.js and traceur integration, options are not picked up,
(TODO:rado file a bug and put a link here). To support atscript, we manually
edited the atscript flags in traceur.js
(see index.html
for the names of the flags.)
- Update deps (traceur, systemjs, es6) and use npm
- Create Flux version
- Add server for FastBoot