Skip to content

Boilerplate Electron React App uses Electron, React, Redux, Redux Saga, React Router, Webpack and React Hot Loader for rapid application development

Notifications You must be signed in to change notification settings

tientran0019/boilerplate-electron-react

Repository files navigation

Boilerplate Electron React

Boilerplate Electron React App uses Electron, React, Redux, Redux Saga, React Router, Webpack and React Hot Loader for rapid application development

Getting Started

Install dependencies

$ 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

To package apps for only window platform:

$ yarn package-win

To package apps for all platform:

$ yarn package-all

About

Boilerplate Electron React App uses Electron, React, Redux, Redux Saga, React Router, Webpack and React Hot Loader for rapid application development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published