This is react and electron secured boilerplate created with create-react-app and imtegrated electron in it with the ipcRenderer functionality
To use this boilerplate follow these intruction
1.git clone https://github.com/Waseem6409/Pure-React-Electron-Boilerplate
2.cd Pure-React-Electron-Boilerplate
3. use npm npm install
or yarn yarn
to install the required dependencies
Runs the app in the development mode.
Window will open or go to http://localhost:3000 to view it in the browser.
Builds the app for distribution to the dist
folder and for website deployment to the build
folder.
It correctly bundles React and Electron in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be distributed!