generator-redux-stack

9.0.0 • Public • Published

generator-redux-stack

A react/redux generator with all the build tooling goodies.

Circle CI

Requirements

  • NodeJS
  • Yeoman

Tech Stack

Setup

Install it globally:

$ npm install -g generator-redux-stack

Usage

Make a folder for your app:

$ mkdir app-name && cd app-name

Generate the app scaffolding:

$ yo redux-stack

Boot up the app:

$ npm start

Module Generators

Generate a new container:

$ yo redux-stack:container

Generate a new component:

$ yo redux-stack:component

Generate a new set of actions with corresponding reducer:

$ yo redux-stack:actions

Dev Tooling

Keyboard Shortcuts

  • ctrl + h - Show/hide redux-devtools dock
  • ctrl + c - Change redux-devtools monitor
  • ctrl + m - Move redux-devtools dock
  • ctrl + e - Show redux import/export tool

License

MIT

Package Sidebar

Install

npm i generator-redux-stack

Weekly Downloads

1

Version

9.0.0

License

MIT

Last publish

Collaborators

  • zakangelle