Quickly get up and running with ReactJS inside Electron app.
You'll need Git and Node.js (which comes with npm) installed on your computer.
From your command line:
# Clone this repository
git clone https://github.com/hungle88/electron-react-starter-kit
# Go into the repository
cd electron-react-starter-kit
# Install dependencies
yarn
# Run the app
yarn start
Execute the following from the Console tab of your running Electron app's developer tools:
require('electron-react-devtools').install()