脚手架: create-react-app 安装脚手架: `$ npm i create-react-app -g` 检查安装: `$ npm create-react-app --version` 新建项目: `$ npx create-react-app my-app`