https://github.com/evargast/create-react-app-redux
https://github.com/evargast/create-react-app-redux
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/evargast/create-react-app-redux
- Owner: evargast
- License: mit
- Created: 2019-08-05T18:41:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T20:40:14.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T04:11:07.589Z (over 1 year ago)
- Language: JavaScript
- Size: 778 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
* 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.
