Or3stis / electron-sample-apps

Sample apps for Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron Sample Apps

This repository contains Electron sample apps to illustrate the usage of Electron APIs.

These sample apps are migrated from nw-sample-apps, chrome-app-sample and chromium extensions examples.

All samples are test on Electron v1.1.1.

How to run apps

  1. Install Electron via npm install -g electron-prebuilt@1.1.1.

  2. Run the sample via electron <electron-sample-apps-path>/<sample-name>.

If you want to know more about Electron app's development, please refer to the official docs.

License

electron-sample-apps is pulished under the Apache v2 license. See LICENSE for details.

About

Sample apps for Electron

License:Apache License 2.0


Languages

Language:JavaScript 58.3%Language:HTML 38.3%Language:CSS 3.0%Language:CoffeeScript 0.2%Language:Shell 0.1%