Skip to content

mscbsd/electron-angular-es6

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Boilerplate for Electron

This is a fork of the work of Thorsten Hans (original README below), corrected, completed, updated and adapted to my needs.


original README (at time of fork):

Sample App for Electron

For more details see the post on my blog http://www.dotnet-rocks.com/2015/05/04/writing-an-electron-atom-shell-app-using-angular-and-es6/

PreConditions for client

Ensure that the following node packages are installed on your system

  • jspm

you can install it using npm i jspm -g

Install dependencies

After cloning the repo execute npm i in both subdirectories app and server to install all dependencies. For the client, jspm install will be invoked automatically as npm postinstall script!

Creating the Electorn App package

Execute gulp in order to build the electron app.

The final electron app will be located as a zip file within the dist subfolder. Extract the ZIP file and start the electron app.

Demonstrating CrashReporter

For demonstrating the crash-reporter you've to start the little express server from the server subfolder by invoking node server.js before crashing the app using the button...

About

Sample Electron App using AngularJS / SystemJS / BabelJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.7%
  • HTML 14.3%