Skip to content

[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.

Notifications You must be signed in to change notification settings

Josh1billion/Angular2-VS-Starter

Repository files navigation

#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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published