redux-burger-menu [](https://travis-ci.org/negomi/redux-burger-menu)

October 16, 2016 ยท View on GitHub

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

Contents

  1. 1Running locally
  2. 1.1To start the demo
  3. 1.2To run the tests: