An open API service indexing awesome lists of open source software.

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

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)