Skip to content

Commit 18189c8

Browse files
authored
Update README.md
1 parent 43e3fdb commit 18189c8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# CRA Redux, React Router & Redux Thunk
1+
<p align="center"><a href="https://medium.com/@notrab/getting-started-with-create-react-app-redux-react-router-redux-thunk-d6a19259f71f"><img src="https://i.imgur.com/PATsTx2.png" title="View tutorial" alt="React, React Router, Redux and Redux Thunk" width="900"></a></p>
22

33
* Tutorial: [Getting started with create-react-app, Redux, React Router & Redux Thunk](https://medium.com/@notrab/getting-started-with-create-react-app-redux-react-router-redux-thunk-d6a19259f71f)
44
* Example: [View on Heroku](https://cra-redux-router-thunk.herokuapp.com/)
5+
6+
## Installation
7+
8+
```bash
9+
git clone https://github.com/notrab/create-react-app-redux.git
10+
cd create-react-app-redux
11+
yarn
12+
```
13+

0 commit comments

Comments
 (0)