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

Repository files navigation

My-Electron-Redux-Boilerplate

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

Setup

$ git clone git@github.com: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

Packages

Contributors

Languages