electron-react-redux-boilerplate

1.0.1 • Public • Published

Description

Electron boilerplate with react and redux pre-configured

Visit this link for manual install

What is pre-configured

  • Webpack
  • Basic Redux boilerplate
  • Persistence storage with electron-settings. Can be disabled easily if not needed. Check comments in the reducer file in renderer/reducers/index.js

Install

  • Install Electron
  yarn global add electron

  (or)

  npm i -g electron
  • Install this package globally
  yarn global add electron-react-redux-boilerplate

  (or)

  npm i -g electron-react-redux-boilerplate

Usage

  • Create Project and install dependencies
  electron-react-redux-boilerplate <project-name>

  cd <project-name>

  npm install (or) yarn install
  • Have two terminals opened. One for Webpack build. Another for Electron
  terminal_1> yarn webpack:dev (or) npm run webpack:dev
  terminal_2> yarn start (or) npm run start
  • Devtron is included. Run the following in application's DevTools console
  require('devtron').install()

Note

  Your Terminal should have git installed.

This npm package actually clones the original boilerplate repository. So follow the installation procedure mentioned there for any kind of issues.

License

MIT

Package Sidebar

Install

npm i electron-react-redux-boilerplate

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • saisandeepvaddi