redux-burger-menu [![Build Status](https://travis-ci.org/negomi/redux-burger-menu.svg?branch=master)](https://travis-ci.org/negomi/redux-burger-menu)
==========

A Redux reducer and higher-order component decorator for use with react-burger-menu.

Usage docs: http://negomi.github.io/redux-burger-menu/

## Running locally

### To start the demo

```
npm install
npm start
open http://localhost:3000
```

### To run the tests:
```
npm test -- --watch
```
