Skip to content

Quick start repo for angular 2 with electron for developing awesome cross platform desktop application

Notifications You must be signed in to change notification settings

lohanitech/angular2-electron-quickstart

Repository files navigation

Angular 2 Electron Quick Start

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.

To begin run following commands

npm install typings install

To run angular app on your browser run following commands

npm run serve It serves the angular 2 app in your browser

To run electron app run following commands

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

About

Quick start repo for angular 2 with electron for developing awesome cross platform desktop application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published