Ir order to use the boilerplate you just need to clone the repository or copy the code to your folder. After doing this, run the commands specified below inside the folder:
npm install
npm run dev
ā To reload the project while developing use Ctrl + R on electron app
To build the project:
npm run build
To package your project into an .exe file with de "name" specified in package.json:
npm run package