#AngularJS with TypeScript demo for FHF
##To run the web project:
-
install nodejs
-
npm install gulp -gulp
-
npm install bower -g
-
npm install tsd -g
##Inside the Angular.TypeScript.Demo\Angular.TypeScript.Demo.Web directory:
-
npm install
-
bower install
-
gulp serve
gulp serve will run your website using node express with livereload on changes.