Create a Desktop App with Angular 2 and Electron

added by JavaScript Kicks
12/16/2015 5:49:02 PM

730 Views

TL;DR: Electron is an open-source project from GitHub that lets us create cross-platform desktop applications with web technologies. It doesn't matter which specific framework we use; if it works for the web, it works for Electron. We can use Angular 2 for Electron apps, and in this tutorial, we explore how to get a desktop image size calculator app wired up.


0 comments