An open API service indexing awesome lists of open source software.

https://github.com/igorlima/bower-redux-logger

Bower package for Redux Logger
https://github.com/igorlima/bower-redux-logger

Last synced: 3 months ago
JSON representation

Bower package for Redux Logger

Awesome Lists containing this project

README

        

# packaged redux-logger

This repo is for distribution on `bower`. The source for this module is in the [main redux-logger repo](https://github.com/fcomb/redux-logger). Please file issues and pull requests agains that repo.

## Install

You can install this package with `bower`.

```sh
bower install redux-logger
```

Then add a `` to your `index.html`:

```js
<script src="/bower_components/redux-logger/redux-logger.js"
```

## Documentation

Documentation is available on the [redux-logger repo](https://github.com/fcomb/redux-logger).