React项目的创建 npx创建 [推荐] npx create-react-app "my-react-app" 全局创建【已经全局安装脚手架】 create-react-app "my-react-app" React项目的启动 cd "路径" npm start React 安装的依赖库