Skip to content
Eric edited this page Jun 18, 2016 · 10 revisions

References

How to set up nodeschool workshop: http://lin-clark.com/blog/2014/07/01/authoring-nodejs-workshopper-lessons/

Official electron tutorials (including quick start): http://electron.atom.io/docs/v0.37.5/#tutorials

Very in-depth tutorial ("a simple password keychain application using Electron, Angular.js and Loki.js, a lightweight and in-memory database with a familiar syntax for MongoDB developers."): https://www.toptal.com/javascript/electron-cross-platform-desktop-apps-easy

Another in-depth tutorial with some useful high-level discussion (and provides example of building a sound machine app): https://medium.com/developers-writing/building-a-desktop-application-with-electron-204203eeb658#.xuziixd9n

Testing stuff - could be necessary for validating exercises? http://electron.atom.io/docs/v0.37.5/tutorial/using-selenium-and-webdriver/

Cool plugin that allows you to set up Gulp tasks that will automatically restart your electron app on changes, could be good for development: https://github.com/Quramy/electron-connect

Video on building Multi Window Electron Desktop Apps - https://www.youtube.com/watch?v=K-H2amwQ_pU

The Electron API Demos - A collection of code showing off specific features of Electron - https://github.com/electron/electron-api-demos

Clone this wiki locally