As always, 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.
It has fast refresh (AKA hot-reload) enabled by default.
Run:
$ npm run start:prod
Run:
$ npm test
This templated uses Jest (along with Ts-Jest) as testing framework.
Just run:
$ npm run pack
and the output will available in the ./pack
folder.