A horribly simple starter template for all your Angular2 frontend development
TypeScript, Angular2 - RC3, NodeJS, Stylus, DefinitelyTyped, Material Design Lite, SCSS, Webpack
Make sure you already have NodeJS, Typings, and Git installed, then
$ git clone https://github.com/rixrix/stencil.git
$ cd </path/to/stencil/cloned/folder>
$ npm install
Starts a development server at http://localhost:8080
$ npm start
Builds a production release and copy files in dist/
folder
$ npm run build
Check Angular2 Style Guide
A million thanks to AngularClass
Distributed under MIT License