Skip to content

tomhodgins/browserstack-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published