Hello word app with electron node.js and build it in a portable
git clone https://github.com/gdelpuente/electron-first-app
cd electron-first-app
npm install --save-dev electron
npm install
npm start
npm install --save-dev electron-builder
npm run dist
in the dist folder you'll find the portable app