A starter kit featuring:
Development utilities:
Maintain an up-to-date and minimalist project using the very latest version of Angular2, while exposing most of the Angular2’s features. Thus anyone can use it as an extremely minimal base to get up and running with Angular2 and TypeScript (using Gulp for assisting with boilerplate).
Note: tested on Node >= 4.2.1 && < 5.0
git clone https://github.com/rogerpadilla/angular2-minimalist-starter.git
cd angular2-minimalist-starter
npm install
npm start # this command should automatically open a browser window
The following projects have served (a lot) as inspiration and help: