Prerequisite:

Emulator manager and Virtual remote has been developed and tested on below environment

Visual Studio Code is a source-code editor made by Microsoft for Windows, Linux and macOS.

Google Chrome is a cross-platform web browser developed by Google.

An operating system is system software that manages computer hardware, software resources, and provides common services for computer programs.

Follow below steps to run application on host pc and create installer package

$ npm install

$ npm run start     

Create installer package for linux/windows/mac             

$ npm install electron-packager

$ electron-packager . --platform linux --arch x64 --out dist --overwrite

$ electron-installer-debian --src dist/EMV-linux-x64/ --arch amd64 --config config.json

For the complete documentation on electronjs refer link: https://www.electronjs.org/.

Features:

VM Manager

App Manager

Api Manager

Remote Manager