This repository holds the code of an opinionated starting point for creating apps with the Electron framework.
Just clone this repository, and type in the following on a terminal:
rm -rf .git
npm install
- Electron documentation
- Essential Electron, by Jessica Lord
- A note on the two package.json structure used in this repository