update readme with links to more guides and examples
This commit is contained in:
parent
f8ae670ce8
commit
a2e009e5c1
15
README.md
15
README.md
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue