Skip to content

Badouu/electron-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REACTJS & ELECTRON

Using REACTJS & ELECTRONJS in the same project.

Technology Website
ReactJS https://reactjs.org/
ElectronJS https://www.djangoproject.com/

Installation

Use the following commands on the source directory to install the required modules :

$ yarn

Run project in development mode

Use the following commands on the source directory to run the required project :

$ yarn electron-dev

Packaging

Use the command to package and generate the windows & mac installer and launcher, you can find it in the dist folder :

$ yarn electron-pack

Warning

If you want to generate the application for mac, please modify in the package.json file the following line :

electron-builder -w

to

electron-builder -mw

About

Using REACTJS & ELECTRONJS in the same project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published