Skip to content

michaelluk/electronjs-react-boilerplate

Repository files navigation

electron-react-boilerplate

Leverage the power of React-boilerplate and Electron

Quick start

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

Why react-boilerplate

Check out the features here: https://github.com/react-boilerplate/react-boilerplate#features

Stack

todo

  • 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

License

CC0 1.0 (Public Domain)