Skip to content

staniszmatt/electron-react-boilerplate-tester

Repository files navigation

Electron React Boilerplate created for Windows uses Electron, React, Redux, React Router, Webpack and React Hot Loader for rapid application development (HMR).




Install

First, clone the repo via git and install dependencies:

git clone --depth 1 --single-branch https://github.com/staniszmatt/electron-react-boilerplate-tester.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-win

Docs

Using v1.3.1, review Electron-React Boilerplate docs and guides here

Maintainers

License

MIT © Electron React Boilerplate

About

Testing new updates and the features I use or add.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published