项目作者: MitchPierias

项目描述 :
Example Electron with React Project Boilerplate
高级语言: JavaScript
项目地址: git://github.com/MitchPierias/react-electron-boilerplate.git
创建时间: 2018-12-13T14:08:41Z
项目社区:https://github.com/MitchPierias/react-electron-boilerplate

开源协议:

下载


Reactron

A Simplified Electron with React Boilerplate

This is the source code for the article @mitchpierias/the-dream-team-react-with-electron-c808ecb5b55e">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;

  1. npm install

Build the compiled React and HTML files;

  1. npm run-script build

Build the Electron distribution;

  1. 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