Go to the Live Demo Site
This is an Angular 2 (RC 1) application, built with Brunch.
Note that this version of Angular 2 has a new router and npm package structure. The router has some known issues, particularly around active link flagging.
- Install (if you don't have them):
- Run:
npm start— watches the project with continuous rebuild. This will also launch HTTP server with pushState.npm run build:prod— builds minified project for production
- Learn:
public/dir is fully auto-generated and served by HTTP server. Write your code inapp/dir.- Place static files you want to be copied from
app/assets/topublic/. - Brunch site, Getting started guide