Skip to content

Commit 237c84a

Browse files
committed
readme content
1 parent 8a63fcd commit 237c84a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

23-redux-state/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 23 Handling Application State with Redux
2+
3+
This subdirectory contains an app already generated with create-react-app, as
4+
described in the "Handling Application State with Redux" blog post (link here)
5+
6+
To run the app server:
7+
8+
```
9+
$ cd a-application-state-redux
10+
$ npm install
11+
$ npm start
12+
```
13+
14+
A browser window will automatically open and will load the app.
15+

0 commit comments

Comments
 (0)