Total Pageviews

Saturday 6 June 2020

electron-react-boilerplate

A Foundation for Scalable Cross-Platform Apps 


Electron React Boilerplate uses ElectronReactReduxReact RouterWebpack and React Hot Loader for rapid application development (HMR).

      


Build Status Dependency Status DevDependency Status Github Tag
Join the community on Spectrum OpenCollective OpenCollective Good first issues open StackOverflow

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:
git clone --depth 1 --single-branch https://github.com/electron-react-boilerplate/electron-react-boilerplate.git your-project-name
cd your-project-name
yarn

Starting Development

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:
yarn dev

Packaging for Production

To package apps for the local platform:
yarn package

Docs

No comments:

Post a Comment