/electron-travis

Example Electron app with MacOS & Windows build integration with Travis CI

Primary LanguageJavaScriptMIT LicenseMIT

electron-travis

Example Electron app with MacOS & Windows build integration with Travis CI

Build js-standard-style

Running

In order to run locally type the following:

npm install
npm start

Building

Building does not support cross-compiling. In order to build you must be logged in to a host having the target OS for the build. Once logged in, type the following:

npm install
npm run build