mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Add README
Mostly to quiet the annoying npm warning.
This commit is contained in:
parent
a30043f54e
commit
34c3023e23
6
examples/counter/README.md
Normal file
6
examples/counter/README.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Redux DevTools Counter example
|
||||
|
||||
## Getting Started
|
||||
|
||||
1. Install dependencies: `npm i`
|
||||
2. Start the development server: `npm start`
|
6
examples/todomvc/README.md
Normal file
6
examples/todomvc/README.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Redux DevTools TodoMVC example
|
||||
|
||||
## Getting Started
|
||||
|
||||
1. Install dependencies: `npm i`
|
||||
2. Start the development server: `npm start`
|
Loading…
Reference in New Issue
Block a user