Add README

Mostly to quiet the annoying npm warning.
This commit is contained in:
Patrick Burtchaell 2015-07-19 10:26:54 -05:00
parent a30043f54e
commit 34c3023e23
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Redux DevTools Counter example
## Getting Started
1. Install dependencies: `npm i`
2. Start the development server: `npm start`

View File

@ -0,0 +1,6 @@
# Redux DevTools TodoMVC example
## Getting Started
1. Install dependencies: `npm i`
2. Start the development server: `npm start`