Skip to content

A collection of electron projects from a Pluralsight course

Notifications You must be signed in to change notification settings

BuriedStPatrick/electron-tutorial

Repository files navigation

Electron demos

A collection of electron projects from a Pluralsight course. From this tutorial: https://app.pluralsight.com/library/courses/electron-fundamentals

Each demo contains its own Electron prebuilt references that need to be installed with npm before the first run. The commands must be run per demo (in the scope of a package.json-file).

Prerequisites

Startup instructions

Installing (compiling) a demo:

npm install

NB: This will install the prebuilt electron binaries locally. You can skip this if you have it installed globally already.

Running a demo:

npm start

NB: Alternatively, you can run electron . in the demo-folder - it literally does the same thing.

Issues

If you experience any issues or need help, either open up an issue on github or hit me up on Twitter: twitter.com/buriedstpatrick

About

A collection of electron projects from a Pluralsight course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published