Skip to content

gdelpuente/electron-first-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First step with Electron

Hello word app with electron node.js and build it in a portable

How to run

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

Links