Skip to content

arkadiuszsz/angular-electron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Electron

Electron Platform for Angular 2. Work in progress.

Testing the demo

Make sure to have NodeJS version 5.x.x installed.

Start off by running npm run setup. That command will install the dependencies and the required TypeScript typings (using the typings package).

Since the demo application is not apart of the plugin, angular2 and its peer dependencies also need to be installed manually via npm. Run the following command to install everything required for the demo: npm run setup-demo.

That command will install the following:

  • angular2
  • es6-promise
  • es6-shim
  • reflect-metadata
  • rxjs
  • zone.js

Then execute npm start to see the demo application in action!

About

Angular2 + Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • HTML 1.1%