The goal of this repo is to prepare a minimal ("walking skeleton") project build with Angular2.0 and Typescript
Clone this repo and execute in your favourite shell:
npm install -g gulpto install gulp globally (if you don't have it installed already)npm installto install local npm dependenciesnpm install -g tsdto install typescript definition manager globally (if you don't have it installed already)tsd reinstallto install typings for typescript
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.