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