This repository contains code examples for the Electron desktop application chapters of JavaScript Everywhere by Adam D. Scott, published by O'Reilly Media
When developing locally, you can start the app by running:
$ npm start
$ git remote set-url origin YOUR_GIT_REPO_URL
$ git push -u origin master