1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-03 18:58:01 +03:00
redux-devtools/examples/counter/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 Counter example
## Getting Started
1. Install dependencies: `npm i`
2. Start the development server: `npm start`