Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cra-template-redux-router

Aoi-006MIT0.1.1

A base template for Create React App, with redux (redux-thunk middleware) and react-router. Comes with MDBbootstrap, bootstrap and bootstrap icons.

react, create-react-app, redux, react-router, mdbootstrap, redux-thunk, template

readme

cra-template-redux-router

npm version

A Redux + React-router template for Create React App

Usage

To use this template within your project, add --template redux-router when creating a new app.

For example:

npx create-react-app my-app --template redux-router

# or

yarn create react-app my-app --template redux-router