A basic boilerplate to build Electron apps with electron-forge
, Aurelia 2 and Webpack.
From the project folder, execute the following command:
yarn install
To build and run the app in development mode run:
yarn start
To build the app in production mode and package, run:
yarn make