Minimal Electron applications with ideas for taking them further
Перейти к файлу
Charles Kerr 3e4372b027
Merge pull request #20 from electron/tray-app
feat: Tray App simple
2018-11-15 09:29:27 -08:00
activity-monitor upgrade electron 3.0.2 2018-10-01 15:24:06 +08:00
electron-tray update readme 2018-11-15 21:38:30 +08:00
hash upgrade electron 3.0.2 2018-10-01 15:24:06 +08:00
mirror upgrade electron 3.0.2 2018-10-01 15:24:06 +08:00
prices upgrade electron 3.0.2 2018-10-01 15:24:06 +08:00
url upgrade electron 3.0.2 2018-10-01 15:24:06 +08:00
.gitignore Add simple URL loader app 2016-12-15 08:40:30 -08:00
LICENSE add MIT license 2017-01-31 13:15:01 -08:00
README.md fixed a typo 2017-02-05 11:13:17 +01:00

README.md

Electron Samples

Sample Electron applications with ideas for taking them further.

Getting Started

The first thing to do is install Node.js, if you haven't already. The easiest way to do that is by visiting nodejs.org and downloading the installer, which will set up node and npm for you.

Once you've got that out of the way, clone the repository. If you're new to git, check out the guide to cloning a repository.

git clone https://github.com/electron/simple-samples

Each folder contains a different app with its own README.md file explaining what it does, how to run it, and how it could be improved.

Caveat

This repository is meant as a tool for learning Electron by taking an existing application further by using additional Electron APIs.

It is intended for people who are not only new to Electron but somewhat new to web development as well. With that in mind, we used approachable tools like jQuery and Bootstrap to keep the barrier to entry as low as possible.