OpenUI5 sample app using Grunt & Bower
-
Install node.js (get it from nodejs.org).
- If working behind a proxy, you need to configure it properly (HTTP_PROXY / HTTPS_PROXY / NO_PROXY environment variables)
-
Clone the repository and navigate into it
git clone https://github.com/SAP/openui5-sample-app.git
cd openui5-sample-app
- Install all npm dependencies (also installs all bower dependencies)
npm install
- Run npm start to lint, build and run a local server (have a look into
Gruntfile.js
to see all the tasks).
npm start
- Open the app in your browser: http://localhost:8080