# electron-sample-apps **Repository Path**: jarvan4dev/electron-sample-apps ## Basic Information - **Project Name**: electron-sample-apps - **Description**: Sample apps for Electron - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-06 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Electron Sample Apps This repository contains Electron sample apps to illustrate the usage of [Electron APIs](https://github.com/electron/electron/tree/master/docs). These sample apps are migrated from [nw-sample-apps](https://github.com/zcbenz/nw-sample-apps), [chrome-app-sample](https://github.com/GoogleChrome/chrome-app-samples) and [chromium extensions examples](https://code.google.com/p/chromium/codesearch#chromium/src/chrome/common/extensions/docs/examples/&sq=package:chromium&type=cs). 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 /`. If you want to know more about Electron app's development, please refer to the [official docs](https://github.com/electron/electron/blob/master/docs/tutorial/quick-start.md). ## License electron-sample-apps is pulished under the Apache v2 license. See `LICENSE` for details.