Installation steps for Node.js
The installation includes the Node Package Manager (npm).
@SET HTTP_PROXY=http://proxy:8080 @SET HTTPS_PROXY=http://proxy:8080 @SET FTP_PROXY=http://proxy:8080 @SET NO_PROXY=localhost,127.0.0.1,.mycompany.corp
The example shown above is for the Windows command line. You may have to adapt the settings according to your specific proxy configuration.
Install the Grunt command line interface (grunt-cli) globally with the following command: npm install grunt-cli -g.
Download and install Git from http://git-scm.com/download.
Clone the Git repository with the following command git clone https://github.com/SAP/openui5.git.
cd openui5 npm install
Start the server: with grunt serve.
grunt serve has various configuration options you can use. For example, you can specify the parameter --port=9090 to use a different HTTP port.
Point your browser to the following server where OpenUI5 is running: http://localhost:8080/testsuite/.