/electronic-react

Boilerplate to get started with Electron and Eeact.

Primary LanguageJavaScript

React.js and Electron.js Boilerplate

This project was bootstrapped with Create React App.

Development mode with hot reload capabilities for both electron and react. Building is done using electron-bundler.

Run npm install to install all the dependencies.

Available Scripts

npm start

Runs the app in the development mode.
Any changes to files in /src directory will reload the app browser window.

Any changes done to electron entry file, /public/electron.js will restart the electron app with the changes applied.

npm build

Creates a windows build of the app in /dist folder using electron-bundler.