Install packages. Open a terminal in the project root folder and run:
$ npm install
Run:
$ npm start
It will launch webpack dev server and electron concurrently.
Run:
$ npm run start:prod
Just run:
$ npm run pack
and the output will available in the ./pack
folder.
Released under the MIT License.