Skip to content

MedaiP90/electron-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Template

A template for an Electron wrapper.

Project setup

Install dependencies

npm install

Generate icons

Put a .png image inside the static folder and name it icon.png, this image will be used for generating app icons and for the splash screen logo.

To generate an icon set run the command:

npm run icons

Run the app

# No devTools
npm run start

# With devTools
npm run start:dev

Build the app

# Linux
npm run build:linux

# Mac
npm run build:mac

# Windows
npm run build:win

About

A template for an Electron wrapper

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published