- Run
npm install
- Run
npm run dev
to start webpack-dev-server. Electron will launch automatically after compilation.
- Run
npm run package
to have webpack compile your application intodist/bundle.js
anddist/index.html
, and then an electron-packager run will be triggered for the current platform/arch, outputting tobuilds/