A simple electron app for browserstack.com
Before you run you will need to install electron with
$ npm install
To run Browserstack in electron without building a standalone app (direct from index.js) you can use:
$ npm run-script start
If you want to produce a standalone executable that will run without Node or Electron, you can use one of the following commands:
$ npm run-script build-mac
$ npm run-script build-linux
$ npm run-script build-windows