redux-devtools/examples/todomvc
Daniel Bugl bfbacefae7 prevent possible errors in example
I just ran into this issue and thought it might be react 0.14, then I realized I didn't `npm install` in the root directory 😁
2015-10-15 21:16:33 +02:00
..
actions Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
components Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
constants Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
containers Add visibleOnLoad to all examples 2015-09-03 16:14:21 +03:00
reducers Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
.babelrc Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
index.html Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
index.js Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
package.json Update dependencies 2015-09-24 16:40:14 +03:00
README.md prevent possible errors in example 2015-10-15 21:16:33 +02:00
server.js Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
webpack.config.js Remove NoErrorsPlugin 2015-08-29 01:01:23 +03:00

Redux DevTools TodoMVC example

Getting Started

  1. Install dependencies in the root folder: cd ../.. and npm i
  2. Install dependencies in the example folder: cd examples/todomvc and npm i
  3. Start the development server: npm start