
OpenUI5 sample app using Grunt, Karma & Bower
npm install --global grunt-cli
git clone https://github.com/SAP/openui5-sample-app.git
cd openui5-sample-app
npm install
Run grunt serve to start a local server with your application at http://localhost:8080.
Run grunt watch to also execute your unit tests automatically after every change.
Run grunt lint to run static code checks on your project.
Run grunt test to execute all tests and get a coverage report.
Run grunt build to build a deployable version of your app to /dist.
Content type
Image
Digest
Size
173.8 MB
Last updated
about 8 years ago
docker pull kublr/openui5-sample-app