Skip to content

craigshoemaker/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 via:

$ npm install

Run the Demos

To run the demos, you simply execute:

$ npm start

Debugging

To debug, first start node-inspector:

$ node-inspector

then, in another console window, start the app with debugging enabled :

$ npm run start-debug

About

A series of Electron API demos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published