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.
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