Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adam-lynch/developing-an-electron-edge
The code examples and example apps to go along with the Developing an Electron Edge book by Adam Lynch and Max Gfeller (Bleeding Edge Press).
https://github.com/adam-lynch/developing-an-electron-edge
Last synced: 13 days ago
JSON representation
The code examples and example apps to go along with the Developing an Electron Edge book by Adam Lynch and Max Gfeller (Bleeding Edge Press).
- Host: GitHub
- URL: https://github.com/adam-lynch/developing-an-electron-edge
- Owner: adam-lynch
- Created: 2015-12-22T12:17:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T11:06:33.000Z (over 7 years ago)
- Last Synced: 2024-12-23T17:07:22.600Z (28 days ago)
- Language: JavaScript
- Homepage: https://bleedingedgepress.com/developing-an-electron-edge/
- Size: 94.7 KB
- Stars: 45
- Watchers: 9
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# developing-an-electron-edge
[![Developing an Electron Edge cover](bookCover.png)](https://bleedingedgepress.com/developing-an-electron-edge/)
The code examples and example apps to go along with the [*Developing an Electron Edge*](https://bleedingedgepress.com/developing-an-electron-edge/) book by Adam Lynch and Max Gfeller ([Bleeding Edge Press](https://bleedingedgepress.com/)).
If you spot any mistakes, feel free to create an issue or pull-request. Enjoy!
## Updates and corrections
- In chapter 1, `bindings.gyp` should have been named `binding.gyp`. The file has been updated in this repository. See [#4](https://github.com/adam-lynch/developing-an-electron-edge/pull/4).
- This is frustrating but the `remote` module was required incorrrectly three times (see page 50 for example). Instead of `require('remote')`, it should have been `require('electron').remote`. This has been corrected in all applicable examples in this repository. This was a stupid mistake on our part. We're sorry. See [#7](https://github.com/adam-lynch/developing-an-electron-edge/pull/7)