1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-03 10:45:48 +03:00
redux-devtools/examples/todomvc/README.md
Patrick Burtchaell 34c3023e23 Add README
Mostly to quiet the annoying npm warning.
2015-07-19 10:26:54 -05:00

132 B

Redux DevTools TodoMVC example

Getting Started

  1. Install dependencies: npm i
  2. Start the development server: npm start