Skip to content

A personal template used to create desktop apps using Electron and React.

Notifications You must be signed in to change notification settings

mathlord2/electron-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the app

To run the app, go to the command line and install all required dependencies in the main folder:

npm i

Then, run the app using the following command:

npm run electron-start

Making changes to frontend React code will automatically change the window. However, you must restart the server manually if changes to public/main.js are made.

About

A personal template used to create desktop apps using Electron and React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published