Example Electron app with MacOS & Windows build integration with Circle CI
In order to run locally type the following:
npm install
npm start
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