Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.95 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.95 KB

AngularJS Web App Starter Kit for Visual Studio

This project is an application skeleton for a simple AngularJS web app. You can use it to bootstrap you AngularJS web app projects in Visual Studio environment.

This seed contains AngularJS libraries, test libraries and a bunch of scripts all preconfigured for instant web development gratification. Just clone the repo (or download the zip/tarball), open it in Visual Studio 2012 and you are ready to develop and test your web application.

This seed doesn't do much, just shows how to write two controllers and views together. You can check it out by running App project in Visual Studio.

Prerequisites

How to Get Started

Clone the angular-vs repository and start hacking...

Note

This project doesn't use / depend on ASP.NET or ASP.NET MVC, just plain old HTML5, CSS and JavaScript TypeScript.

Why TypeScript? Because it fits well in Visual Studio based development. Take a look at the recent website created with TypeScript - http://www.so.cl/ It has ~30'000 lines of client side code and developed much faster than what could be possible for this team if they were using JavaScript instead.

To-Do

  • Add angular.d.ts
  • Create some Jasmine-based unit tests
  • Configure Chutzpah test runner

Contacts

Having trouble with this starter kit? Ask a question at AngularJS forums.