This repository contains Electron sample apps to illustrate the usage of Electron APIs.
These sample apps are migrated from nw-sample-apps and chrome-app-sample.
All the sample test on v0.30.2.
-
Install Electron via
npm install -g electron-prebuilt
. -
Run the sample via
electron <electrom-sample-apps-path>/<sample-name>
.
If you want to know more about Electron app's development, please refer to the official docs.