Basic project created with aurelia to run in electron.
- Typescript
- aurelia
- aurelia-cli @0.21.0
- aurelia-i18n
- aurelia-validation
- aurelia-materialize-bridge @0.17.1
- electron
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
npm run materialize
In windows cmd, run this command instead:
npm run materializewin
Compile and start with electron:
au run [--env [dev|stage|prod]] [--watch]
Build
au build --env prod
Copy files to release folder
au release