Skip to content

Instantly share code, notes, and snippets.

@rllola
Created July 3, 2018 15:02
Show Gist options
  • Save rllola/bfa2055dba449a95e7b2c16bb7b896d7 to your computer and use it in GitHub Desktop.
Save rllola/bfa2055dba449a95e7b2c16bb7b896d7 to your computer and use it in GitHub Desktop.
Comande pour la démo pour electron-forge
# Init
$ electron-forge init --template=react electron-example
# Start
$ npm start
# Package
$ npm run package
# Make
$ npm run make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment