A tool made out of a fantasy of free will.
first, you need to get webpack running by yarn start
, and then run yarn run electron
When adding a dependency, if it will be used in main process, use yarn add <PACKAGE>
, otherwise use yarn add <PACKAGE> -D
to add it to devDependencies.
This project use electron-packager to package this app. Run yarn run package
.