adarshhegde / electronic-react

Boilerplate to get started with Electron and Eeact.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Boilerplate to get started with Electron and Eeact.


Languages

Language:JavaScript 46.4%Language:CSS 31.9%Language:HTML 21.3%Language:Shell 0.4%