Minimal Electron boilerplate with:
- React
- Babel => ES6+ (stage-0)
- Sass
- Bootstrap
- Live-Reload
To clone and run this repository you'll need Git and Yarn installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/electron/electron-quick-start
# Go into the repository
cd electron-boilerplate
# Install dependencies
yarn
# Run the app
yarn start