zxqx / generator-redux-stack

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 97.6%Language:CSS 1.4%Language:HTML 1.0%