1.0.4 • Published 3 years ago

cra-template-redux-with-store v1.0.4

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

cra-template-redux-with-store

Clean CRA Template redux with store.

Usage

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

For example:

npx create-react-app my-app --template redux-with-store

# or

yarn create react-app my-app --template redux-with-store