/electron-boilerplate

Electron, React, Babel => ES6+ (stage-0), SASS, Bootstrap, Livereload

Primary LanguageJavaScriptMIT LicenseMIT

electron-boilerplate

Minimal Electron boilerplate with:

  • React
  • Babel => ES6+ (stage-0)
  • Sass
  • Bootstrap
  • Live-Reload

To Use

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

License

MIT License