0.1.1 • Published 2 years ago

cra-template-redux-router v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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