DEV Community

bmoser05
bmoser05

Posted on

Easier Way To Make An Electron App...

so. you must have git installed. second... run the command "git clone https://github.com/electron/electron-quick-starter" without the quotes, in a terminal of your choice. second, customize index.html or leave it as it is. third, (you must have nodeJS and NPM installed) run "npm install" without the quotes. last, run "npm start" (without quotes) and... you're done!

Top comments (2)

Collapse
 
mattldev profile image
Matt

The URL is not correct in this article. It should be github.com/electron/electron-quick...

Collapse
 
bmoser05 profile image
bmoser05

Hope You Enjoy This!