Getting Started with reactjs-redux template of Create React App
This project was created with reactjs-redux.
To use this template
To use this template, add --template reactjs-redux
when creating a new app.
For example:
npx create-react-app my-app --template reactjs-redux
# or
yarn create react-app my-app --template reactjs-redux