Electron

You need to download “nom” & “node.js”

  1. npm init
  2. name will be name of folder
  3. version
  4. description
  5. entry point -> main.js
  6. test command
  7. git repository
  8. keywords
  9. author
  10. license

-> yes

  1. npm install ?save electron

  2. npm install –save-dev electron-packager