react-redux-starter

React starter kit with redux and react-router

Stars
67

React Redux Starter Kit

React with redux and react-router.

Tired of silly counters and todos?

This starter kit implements the Hypemachine API to demonstrate how to use actions and reducers in real life.

###View Demo

Getting Started

Clone the repo and install the dependencies.

$ git clone https://github.com/gilbarbara/react-redux-starter.git
$ cd react-redux-starter
$ npm install
$ npm start (or npm run build)

Features

Code style

Module Bundle

There's a gulp + browserify branch if that's your thing.

Development

Testing

Requirements

  • node ^4.2.0
  • npm ^3.0.0