local-redux-devtools
v0.2.3
Published
Standalone Local Redux DevTools
Maintainers
Readme
local-redux-devtools 
Standalone Local Redux DevTools
This is a composition of remotedev-server, [email protected], and [email protected]. They have been setup to provide a simple standalone local Redux DevTools experience.
Installation
npm install --save-dev local-redux-devtools;Usage
- Follow out the usage instructions from
remote-redux-devtools. - Start the server with
redux-server. - Start the app with
redux-devtools.
