# React Redux Epic

[![Greenkeeper badge](https://badges.greenkeeper.io/BerkeleyTrue/react-redux-epic.svg)](https://greenkeeper.io/)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![Build Status](https://travis-ci.org/BerkeleyTrue/react-redux-epic.svg?branch=master)](https://travis-ci.org/BerkeleyTrue/react-redux-epic) [![Coverage Status](https://coveralls.io/repos/github/BerkeleyTrue/react-redux-epic/badge.svg?branch=master)](https://coveralls.io/github/BerkeleyTrue/react-redux-epic?branch=master)

Server Side Rendering made easy with [Redux-Observable](https://github.com/redux-observable/redux-observable)

To install:

```bash

npm install --save redux-observable react-redux-epic

```
## Info

* [Changelog](/CHANGELOG.md)
* [Docs](/docs)
  * [API](/docs/api)

## Dev

`npm run test:watch` will start and watch tests

`npm run cover:show` will open the test coverage web page.

`npm run cover:watch` will watch for coverage changes generated by `nyc` and
regenerate new cover web files.

`npm run commit` will run [commitizen](https://github.com/commitizen/cz-cli) and will help you generate appropriately formatted commit
message.

## Examples

* [Reactivity](https://github.com/madeagency/reactivity) - A Bleeding Edge React Universal Boilerplate.
