Skip to content

Commit f519852

Browse files
author
Seth Lemmons
committed
Add MobX State manager README
1 parent 4243fe5 commit f519852

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

24-mobx-state/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 24 Handling Application State with MobX
2+
3+
This subdirectory contains an app already generated with create-react-app, as
4+
described in the "Handling Application State with MobX" 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)