This project contains a number of demos to help you explore the Electron API.
To setup the demos clone this repository:
$ git clone https://github.com/craigshoemaker/electron-api-demos.gitThen install the main process modules:
$ npm installThen install the renderer process dependencies:
$ cd app
$ npm install
$ bower installTo run the demos, you simply execute:
$ npm startTo debug, first start node-inspector:
$ node-inspectorthen, in another console window run the test command :
$ npm test