Clean CRA Template redux with store.
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