Creating Desktop Applications With AngularJS and GitHub Electron

added by bpwndaddy
10/13/2015 1:37:38 PM

889 Views

GitHub’s Electron framework (formerly known as Atom Shell) lets you write cross platform desktop application using HTML, CSS and JavaScript. It’s a variant of io.js run-time which is focused on desktop applications instead of web servers. Electron’s rich native APIs enables us to access native things directly from our pages with JavaScript. This tutorial shows us how to build a desktop application with Angular and Electron. The steps for this tutorial are as follows: Create a simple Electron application Use Visual Studio Code Editor to manage our project and tasks Integrate an Angular Customer Manager App with Electron Use Gulp tasks to build our application and create installers


0 comments