One of the hardest parts of creating electron apps is the package and release workflow. In many (not all) cases, this is a lot of boilerplate with electron and related modules.
create-choo-electron should have an opinionated release script. When you run npm run release, you should be able to open the empty application from the packaged app.
One of the hardest parts of creating electron apps is the package and release workflow. In many (not all) cases, this is a lot of boilerplate with electron and related modules.
create-choo-electron
should have an opinionated release script. When you runnpm run release
, you should be able to open the empty application from the packaged app.