/browserstack-app

A simple electron app for browserstack.com

Primary LanguageJavaScriptMIT LicenseMIT

browserstack-app

A simple electron app for browserstack.com

CLI Usage

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

Building

If you want to produce a standalone executable that will run without Node or Electron, you can use one of the following commands:

MacOS

$ npm run-script build-mac

Linux

$ npm run-script build-linux

Windows

$ npm run-script build-windows