Skip to content

Commit bde753b

Browse files
committed
docs (readme): add notes about setting up a quick project
1 parent 6af69da commit bde753b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@
2020

2121
`npm install react-easy-state`
2222

23+
### Setting up a quick project
24+
25+
Easy State supports [Create React App](https://github.com/facebookincubator/create-react-app) without additional configuration. Just run the following commands to get started.
26+
27+
- `npm install -g create-react-app`
28+
- `create-react-app my-app`
29+
- `cd my-app`
30+
- `npm install react-easy-state --save`
31+
- `npm start`
32+
2333
## Usage
2434

2535
Easy State consists of two functions:

0 commit comments

Comments
 (0)