Skip to content

jasono10/electron-api-demos

 
 

Repository files navigation

Electron API Demos

This project contains a number of demos to help you explore the Electron API.

Setup

To setup the demos clone this repository:

$ git clone https://github.com/craigshoemaker/electron-api-demos.git

Then install the main process modules:

$ npm install

Then install the renderer process dependencies:

$ cd app
$ npm install
$ bower install

Run the Demos

To run the demos, you simply execute:

$ npm start

To debug, first start node-inspector:

$ node-inspector

then, in another console window run the test command :

$ npm test

About

A series of Electron API demos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.7%
  • HTML 19.6%
  • CSS 0.7%