Skip to content

nzamani/ui5-nabi-demo

Repository files navigation

ui5-nabi-demo

A UI5 Library for demo purposes. I use this library mostly for my tutorials.

Getting started

  1. Install node.js (make sure to choose the LTS version, i.e. v6.11.2 LTS)

  2. Install git if you haven't

  3. 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
    
  4. Clone the repository and navigate into it

    git clone https://github.com/nzamani/ui5-nabi-demo
    cd ui5-nabi-demo
  5. Install all npm dependencies (also installs all bower dependencies)

    npm install
  6. Run npm start to lint, build and run a local server (have a look into Gruntfile.js to see all the tasks).

    npm start
  7. Open a test page in your browser: