Redux DevTools for Atom

February 6, 2016 ยท View on GitHub

Demo

An Atom package to include remotedev-app into your editor. Can be used with remote-redux-devtools / remotedev-app.

Installation

To add the package to Atom:

apm install redux-devtools

To include in your project:

npm install --save-dev remote-redux-devtools

or

npm install --save-dev remotedev

Usage

  • with remote-redux-devtools;
  • with remotedev.

License

MIT

Contents

  1. 0.1Installation
  2. 0.2Usage
  3. 0.3License