Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 890 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 890 Bytes

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