cli-ts-electron

Basic project created with aurelia to run in electron.

Components

Install

Clone this project and cd into cloned folder.

git clone https://github.com/Ullfis/cli-ts-electron.git
cd cli-ts-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 folder

au release