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