Skip to content

afatihyavasi/cra-template-redux-with-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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