redux-devtools/examples/todomvc/README.md

8 lines
247 B
Markdown
Raw Normal View History

# 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`