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

7 lines
132 B
Markdown

# Redux DevTools TodoMVC example
## Getting Started
1. Install dependencies: `npm i`
2. Start the development server: `npm start`