Runtime tools : Client engine : Universal Application Guideline and Samples : Sample Applications : UDTTElectronProject : UDTTElectronProject Build and Deployment
  
UDTTElectronProject Build and Deployment
Prerequisites
1 Set up npm on your system.
More details at
https://nodejs.org/en/
2 Set up UDTTReactProject (see UDTTReactProject) and UDTTServerProject (see UDTTServerProject)
Build steps
1 Install the dependencies following these commands:
$ cd UDTTElectronProject/
$ npm install
2 [Optional] Test
$ npm run start
3 Packaging to native App following these commands:
$ cd UDTTElectronProject/
$ npm run make
Note To get the native App package (for example, .exe on Windows, deb on Linux), you must package it on that specific OS.
4 Find the build App at folder
UDTTElectronProject/out/
Go up to
Universal Application Guideline and Samples