Skip to content

disguised-uchiha/React-Electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

How to run in Dev mode?

  1. run npm start This will start your development server.
  2. Open a new terminal instance and run npm run start-electron

You are now up and running react in electron app

How to build a package/exe file?

  1. run npm run build This will create a build folder.
  2. run npm run build-electron This will add your shareable code between react and electron.
  3. run npm run package This will create a dist folder where you can find the .exe file for your React-Electron app.

Helpful resource: How to make a React-Electron app

About

This is a simple react app within Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published