github.com/stampzilla/stampzilla-go@v2.0.0-rc9+incompatible/nodes/stampzilla-magicmirror/web/README.md (about) 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> 2 3 * 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) 4 * [Demo](https://create-react-app-redux.now.sh) 🙌 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 14 ## Get started 15 16 ```bash 17 yarn start 18 ``` 19 20 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.