A template for an Electron wrapper.
npm installPut a .png image inside the static folder and name it icon.png, this image will be used for generating app icons and for the splash screen logo.
To generate an icon set run the command:
npm run icons# No devTools
npm run start
# With devTools
npm run start:dev# Linux
npm run build:linux
# Mac
npm run build:mac
# Windows
npm run build:win