Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glyons/f18613a43c5b4a360201766dc2bfc886 to your computer and use it in GitHub Desktop.
Save glyons/f18613a43c5b4a360201766dc2bfc886 to your computer and use it in GitHub Desktop.
Install Nodes.Js
https://nodejs.org/en/download/
Next do Angular Tutorial
https://angular.io/tutorial
From the command Line
=======================
npm install -g electron // Globally
npm install electron -save
electron
Watch this video to create Electron App
=========================================
https://www.youtube.com/watch?v=mr9Mtm_TRpw
Creating Electron App
npm init
Next Watch Electon with Angular
==================================
https://angularfirebase.com/lessons/desktop-apps-with-electron-and-angular/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment