Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 431 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 431 Bytes

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