This project is from this template:
http://blog.stevensanderson.com/2016/10/04/angular2-template-for-visual-studio/
webpack --config webpack.config.vendor.js 

There are some prerequisites before using this project, details are in the link above:
	-Visual studio 2015 update 3
	-.net core 1.0.1
	-TypeScript 2.0 for Visual Studio 2015
	-Node.js 4 or higher

On the billhighway domain, npm might error out with a self signed cert error.  If it does run this:
npm set strict-ssl false

for publishing on iis, asp.net core 1.01 needs to be installed on the server, and these commands needs to be run afterwards.
 net stop was /y
 net start w3svc 
more information can be found here:
https://docs.asp.net/en/latest/publishing/iis.html