README

Requires

Deploy

cf api <CF trial API link, e.g. https://api.cf.us10-001.hana.ondemand.com/>
cf login
npm run build
npm run deploy

Setup your default-env files

cf default-env sample-ui5-uaa-app && mv default-env.json ./app
cf default-env sample-ui5-uaa-srv

Run locally, cds/ui5 in parallel

Delete the cds-plugin-ui5 dev depencency.

npm run watch
cd app && npm run serve

Run locally, using cds-plugin-ui5

npm run watch