项目作者: Rohan-Shakya

项目描述 :
Electron React Boilerplate uses Electron, React, React Router, React Redux, Webpack, and React Fast Refresh.
高级语言: JavaScript
项目地址: git://github.com/Rohan-Shakya/electron-react-boilerplate-app.git




Electron React Boilerplate uses Electron, React, React Router, Redux, Webpack and React Fast Refresh.


Install

  • If you have installation or compilation issues with this project, please see our debugging guide

First, clone the repo via git and install dependencies:

  1. git clone https://github.com/Rohan-Shakya/electron-react-boilerplate-app.git your-project-name
  2. cd your-project-name
  3. yarn

Starting Development

Start the app in the dev environment:

  1. yarn start

Packaging for Production

To package apps for the local platform:

  1. yarn package

Docs

See our docs and guides here