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
Last active
April 17, 2018 04:09
-
-
Save koji/24d72c19a8c5624eec5bcb5e839c38dc to your computer and use it in GitHub Desktop.
easiest way to generate an Electron app
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment