MitchPierias / react-electron-boilerplate

Example Electron with React Project Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reactron

A Simplified Electron with React Boilerplate

This is the source code for the article The Dream Team - React with Electron on Medium.

Usage

This will build for your current operating system.

Clone the repository into your working directory, then install the required dependencies;

npm install

Build the compiled React and HTML files;

npm run-script build

Build the Electron distribution;

npm run-script dist

Requirements

  • Node ^9.X.X
  • Electron ^3.X.X

Babel

  • Babel-Core 6.3.X
  • Babel-Loader 7.X.X
  • Babel-Preset-Env 1.X.X
  • Babel-Preset-React 6.X.X

About

Example Electron with React Project Boilerplate


Languages

Language:JavaScript 71.3%Language:CSS 22.2%Language:HTML 6.5%