aurelia-electron-webpack
August 5, 2020 ยท View on GitHub
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