Using REACTJS & ELECTRONJS in the same project.
| Technology | Website |
|---|---|
| ReactJS | https://reactjs.org/ |
| ElectronJS | https://www.djangoproject.com/ |
Use the following commands on the source directory to install the required modules :
$ yarnUse the following commands on the source directory to run the required project :
$ yarn electron-devUse the command to package and generate the windows & mac installer and launcher, you can find it in the dist folder :
$ yarn electron-packIf you want to generate the application for mac, please modify in the package.json file the following line :
electron-builder -wto
electron-builder -mw