https://github.com/justintieu/create-react-app-redux
React Router, Redux, Flow, Redux Thunk & Create React App boilerplate
https://github.com/justintieu/create-react-app-redux
boilerplate create-react-app create-react-app-v3 es2016 es6 flow flow-bin flowtype javascript react react-logger react-redux react-router react-router-v5 react16 redux redux-thunk
Last synced: 3 months ago
JSON representation
React Router, Redux, Flow, Redux Thunk & Create React App boilerplate
- Host: GitHub
- URL: https://github.com/justintieu/create-react-app-redux
- Owner: justintieu
- License: mit
- Created: 2019-11-04T06:07:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T23:11:00.000Z (almost 2 years ago)
- Last Synced: 2023-08-01T22:37:29.892Z (almost 2 years ago)
- Topics: boilerplate, create-react-app, create-react-app-v3, es2016, es6, flow, flow-bin, flowtype, javascript, react, react-logger, react-redux, react-router, react-router-v5, react16, redux, redux-thunk
- Language: JavaScript
- Homepage:
- Size: 4.68 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
```bash
git clone https://github.com/justintieu/create-react-app-redux.git
cd create-react-app-redux
npm install
```## Get started
```bash
npm run 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.
## The Original Create React App Redux Boilerplate
[Minimlist **React**, **React Router**, **Redux** and **Redux Thunk** boilerplate](https://medium.com/@notrab/getting-started-with-create-react-app-redux-react-router-redux-thunk-d6a19259f71f)