Electron React

Install

# Clone the repository
$ git clone rogatnev-nikita/electron-react

# Go into the repository
$ cd electron-react

# Install dependencies
$ npm install

Develop

Just run this command to start developing with hot reloading.

$ npm start

What's included

  • JSX support for React.
  • CSS modules support.
  • JS, CSS and assets automatic bundling.
  • Hot reloading via Webpack 4.