Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Electron application boilerplate based on React, Redux, Redux DevTools, Webpack, Bootstrap.

Notifications You must be signed in to change notification settings

proshunsuke/my-electron-redux-boilerplate

Repository files navigation

My-Electron-Redux-Boilerplate

Electron application boilerplate based on React, Redux, Redux DevTools, Webpack, Bootstrap.

Setup

$ git clone [email protected]:proshunsuke/my-electron-redux-boilerplate.git
$ cd my-electron-redux-boilerplate
$ bower install & npm install

Run

run webpack dev server

$ npm run start-dev-server

and, in another terminal.

run electron

$ npm run start-dev

Build and Package

to build

$ npm run build

package your app using electron-packager

$ ./node_modules/.bin/electron-packager <sourcedir> <appname> --platform=<platform> --arch=<arch> --version=<version>

see more detail https://github.com/maxogden/electron-packager

Bibliography

About

Electron application boilerplate based on React, Redux, Redux DevTools, Webpack, Bootstrap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published