UI5 front-end app
login page ref :
http://www.techippo.com/2016/11/responsive-sapui5-login-page-custom.html
npm install grunt-cli bower -g
npm install
bower install
Start local server grunt
or grunt --force
Open : http://localhost:8080
Copy ‘manifest.yml’ to ‘dist’ folder and change directory cp .\manifest.yml .\dist\
and cd dist
Run cf push
(after cf api
, cf login
…)