1. 创建React应用
npx create-react-app my-app
cd my-app
npm start
2. npm install 安装依赖包
3. 创建React+Redux+ToolKit应用
npx create-react-app my-app --template redux
1. 创建React应用
npx create-react-app my-app
cd my-app
npm start
2. npm install 安装依赖包
3. 创建React+Redux+ToolKit应用
npx create-react-app my-app --template redux