npm install
npm start
Package App (WineHQ necessary if packaging for windows on a non-windows OS)
# create electron package for ubuntu
npm run package-u
# create electron package for windows
npm run package-w
Thanks to hawok for the starter repository