Skip to content

Instantly share code, notes, and snippets.

@koji
Last active April 17, 2018 04:09
Show Gist options
  • Save koji/24d72c19a8c5624eec5bcb5e839c38dc to your computer and use it in GitHub Desktop.
Save koji/24d72c19a8c5624eec5bcb5e839c38dc to your computer and use it in GitHub Desktop.
easiest way to generate an Electron app
install generator
$ npm install --global yo generator-electron

make a folder for an app
$ mkdir AppName

generate an Electron app
$ yo electron

result
$ ls
index.css         index.js          node_modules      package.json
index.html        license           package-lock.json readme.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment