install redux for react windows code example
Example: react redux install
npx create-react-app <name> --template redux // without typescript
npx create-react-app <name> --template redux typescript // with typescript
npx create-react-app <name> --template redux // without typescript
npx create-react-app <name> --template redux typescript // with typescript