Runtime tools : Client engine : Universal Application Guideline and Samples : Sample Applications : UDTTCordovaProject : Build and Deployment
  
Build and Deployment
Prerequisites
Set up UDTTReactProject (see UDTTReactProject) and UDTTServerProject (see UDTTServerProject)
We will set up an environment to build Android and iOS Apps.
The following tools are necessary to make the build but it is only one-time work and you do not need to do it again once it ready to use.
1 npm
Set up npm on your system.
More details at
https://nodejs.org/en/
2 cordova
Install the cordova module using the npm utility of Node.js
on OS X and Linux:
$ sudo npm install -g cordova
on Windows:
C:\>npm install -g cordova
Go up to
Universal Application Guideline and Samples