You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
843 B
21 lines
843 B
6 years ago
|
<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>
|
||
|
|
||
|
* 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)
|
||
|
* [Demo](https://create-react-app-redux.now.sh) 🙌
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```bash
|
||
|
git clone https://github.com/notrab/create-react-app-redux.git
|
||
|
cd create-react-app-redux
|
||
|
yarn
|
||
|
```
|
||
|
|
||
|
## Get started
|
||
|
|
||
|
```bash
|
||
|
yarn start
|
||
|
```
|
||
|
|
||
|
This boilerplate is built using [create-react-app](https://github.com/facebook/create-react-app) so you will want to read the User Guide for more goodies.
|