Leverage the power of React-boilerplate and Electron
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone --depth=1 --recursive https://github.com/michaelluk/electronjs-react-boilerplate.git your-project-name
# Go into the repository
cd your-project-name
# Install dependencies
npm run setup
# Run the app
npm start
Check out the features here: https://github.com/react-boilerplate/react-boilerplate#features
- screenshot
- elaborate more about react-boilerplate
- how to build electron app with electron-builder
- how to switch dev tools
- how to update to new version of electron and react-boilerplate with git upstream