cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Deploy Angular 2 application built with angular-cli on SAP cloud

Former Member
0 Likes
2,420

Hello,

any leads how to deploy angular 2 application which was build with Angular-cli. I tried to deploy successfully on SAP cloud foundry but unable to launch app. I'm getting "not found" on the browser once I launch the app by provided route URL.

thanks in advance..

View Entire Topic
jamie_cawley
Product and Topic Expert
Product and Topic Expert
0 Likes

You do not have a command listed in your manifest. Should be something like

command: node app.js

Regards

Jamie