/electron-angular2-boilerplate

An opinionated template for creating new Electron / Angular 2 projects.

Primary LanguageJavaScript

Electron Angular 2 Boilerplate

An opinionated template for creating new Electron / Angular 2 projects.

Getting Started

Clone the repo, install npm dependencies, and launch the default Grunt task:

$ git clone https://github.com/tkambler/electron-angular2-boilerplate.git
$ npm i
$ grunt

Building Distributable Files

$ grunt dist

Related Resources