First install node_modules
npm install
Then run electron by executing following command
npm start
To package the electron app you need to use the electron-packager module
npm install electron-packager -g
electron-packager <sourcedir> <appname> --platform=<platform> --arch=<arch> [optional flags...]
Exohunter server is necessary for the client to work. Server repository can be found here