mping / electron-travis

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 86.4%Language:HTML 13.6%