lpgray / 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.

Requirements

  • NodeJS
  • Yeoman

Tech Stack

Dev Tooling

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 scaffolding:

$ yo redux-stack

Boot up the app at http://localhost:3000:

$ npm start

If you opt in to the API server, a sample endpoint will be set up at http://localhost:3000/api/test.

License

MIT

About

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


Languages

Language:JavaScript 98.0%Language:HTML 1.2%Language:CSS 0.8%