1. 創(chuàng)建React應(yīng)用
npx create-react-app my-app
cd? my-app
npm? start
2. npm install 安裝依賴包
3. 創(chuàng)建React+Redux+ToolKit應(yīng)用
npx create-react-app my-app --template redux
1. 創(chuàng)建React應(yīng)用
npx create-react-app my-app
cd? my-app
npm? start
2. npm install 安裝依賴包
3. 創(chuàng)建React+Redux+ToolKit應(yīng)用
npx create-react-app my-app --template redux