Example Electron with React Project Boilerplate
This is the source code for the article @mitchpierias/the-dream-team-react-with-electron-c808ecb5b55e">The Dream Team - React with Electron on Medium.
This will build for your current operating system.
Clone the repository into your working directory, then install the required dependencies;
npm install
Build the compiled React and HTML files;
npm run-script build
Build the Electron distribution;
npm run-script dist