Josh1billion / Angular2-VS-Starter

[OUTDATED ~ This was built before ng2's final release. Not recommended now.] A starter project for building Angular 2 apps with Visual Studio 2015. Uses TypeScript and Sass out of the box.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Getting started

##Install dependencies

npm install
npm run typings install

And if you don't already have gulp installed:

npm install gulp -g

##Running

npm start

Note that you'll have to use Chrome's dev tools for debugging. Alternatively, you can just run and debug from within Visual Studio itself (press F5), but there are some drawbacks at this time of writing, so I'm advising against it for now - at least on the front-end (Node.js + TypeScript on the back-end is a different story).

About

[OUTDATED ~ This was built before ng2's final release. Not recommended now.] A starter project for building Angular 2 apps with Visual Studio 2015. Uses TypeScript and Sass out of the box.


Languages

Language:JavaScript 49.3%Language:HTML 25.3%Language:TypeScript 23.1%Language:CSS 2.4%