aurelia-materialize-electron

Project created with aurelia/materialize/electron.

Install

Clone this project and cd into cloned folder.

git clone https://github.com/Ullfis/aurelia-materialize-electron.git
cd aurelia-materialize-electron

Install dependencies

npm install

Prepare materialize-css

npm run materialize

In windows cmd, run this command instead:

npm run materializewin

Run

Compile and start with electron:

au run [--env [dev|stage|prod]] [--watch]

Release

Build

au build --env prod

Copy files to release, build unpacked folder and create install file

au release --env prod

Copy files to release and build unpacked folder. Useful to test.

au release