Home

Awesome

redux-burger-menu Build Status

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