Now that the angular 2 is finally released, I made this repository to help you quickly get started with developing awesome cross platform desktop with the power of electron's API and Angular 2.
npm install
typings install
npm run serve
It serves the angular 2 app in your browser
npm run electron
To package electron app fro x64 bit version of all three platforms (linux, windows, mac) run the following commands
npm run apps