Merge pull request #140 from electron/add-learning-resources

update readme with links to more guides and examples
This commit is contained in:
Zeke Sikelianos 2017-03-22 16:14:02 -07:00 committed by GitHub
commit 6d5ce1d1c6
1 changed files with 9 additions and 6 deletions

View File

@ -29,12 +29,15 @@ npm install
npm start npm start
``` ```
Learn more about Electron and its API in the [documentation](http://electron.atom.io/docs/). ## Resources for Learning Electron
## Other Example Apps - [electron.atom.io/docs](http://electron.atom.io/docs) - all of Electron's documentation
- [electron.atom.io/community/#boilerplates](http://electron.atom.io/community/#boilerplates) - sample starter apps created by the community
- [electron/electron-quick-start](https://github.com/electron/electron-quick-start) - a very basic starter Electron app
- [electron/simple-samples](https://github.com/electron/simple-samples) - small applications with ideas for taking them further
- [electron/electron-api-demos](https://github.com/electron/electron-api-demos) - an Electron app that teaches you how to use Electron
- [hokein/electron-sample-apps](https://github.com/hokein/electron-sample-apps) - small demo apps for the various Electron APIs
For more example apps, see the ## License
[list of boilerplates](http://electron.atom.io/community/#boilerplates)
created by the awesome electron community.
#### License [CC0 1.0 (Public Domain)](LICENSE.md) [CC0 1.0 (Public Domain)](LICENSE.md)