// Create React app npx create-react-app my-app // Redux + Plain JS template npx create-react-app my-app --template redux // Redux + TypeScript template npx create-react-app my-app --template redux-typescript