A UI5 Library for demo purposes. I use this library mostly for my tutorials.
-
Install node.js (make sure to choose the LTS version, i.e. v6.11.2 LTS)
-
Install git if you haven't
-
Optional: Proxy Configuration in case you are working behind a proxy (see Developing UI5 for details)
HTTP_PROXY=http://proxy:8080 HTTPS_PROXY=http://proxy:8080 FTP_PROXY=http://proxy:8080 NO_PROXY=localhost,127.0.0.1,.mycompany.corp
-
Clone the repository and navigate into it
git clone https://github.com/nzamani/ui5-nabi-demo cd ui5-nabi-demo
-
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 a test page in your browser:
- Browser A sample browser
- Customer Selection Component