UDTTElectronProject Build and Deployment
Prerequisites
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