命令:
npx create-react-app 项目名称
1。npx:node.js的工具命令 查找并执行后续的命令包
2。create-react-app 核心包(固定写法),用于创建react项目
3。项目名称 react的项目名称(自定义)