Deploy Angular 2 with Azure Webapp
问题 How can can I deploy an angular 2 webapp to azure? I guess I need some type of final compilation script. Thanks in advance. 回答1: In order to run angular2 app in azure follow these steps: create a new ng app (with ng cli) : ng new testApp and push to some github repo. create Azure deployment files for Kudu : npm install azure-cli -g azure site deploymentscript --node this will create 2 files .deployment and deploy.cmd edit the deploy.cmd remove the --production from the line :: 3. Install npm