Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/notrab/create-react-app-redux

React Router, Redux, Redux Thunk & Create React App boilerplate
https://github.com/notrab/create-react-app-redux

boilerplate create-react-app es2015 es6 javascript react react-redux react-router react-router-v4 react16 redux redux-thunk

Last synced: 1 day ago
JSON representation

React Router, Redux, Redux Thunk & Create React App boilerplate

Awesome Lists containing this project

README

        

React, React Router, Redux and Redux Thunk

* 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)

## 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.