cra-template-redux-with-store
v1.0.4
Published
Clean CRA Template redux with store
Maintainers
Readme
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