Skip to content

DominikAngerer/electron-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Electron

Provides cross-platform development environment, which works the same way on OSX, Windows and Linux, and allows you to generate ready for distribution installers of your app for those operating systems.

Quick start

The only development dependency of this project is Node.js. So just make sure you have it installed. Then type few commands known to every Node developer...

git clone {thisproject}
cd electron-boilerplate
npm install
npm start

... and boom! You have running desktop application on your screen.

##You don't want to have example.org?

Just enter the background.js and change the URL.

mainWindow.loadURL(`http://www.example.org/`);

Have fun

About

Electron Boilerplate - use an link & get an app :)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published