安装Node.js和npm
https://www.cnblogs.com/zhouyu2017/p/6485265.html
按照上面的教程改了环境变量后还是不能设置默认个安装路径到d盘
错误在:C:\Users\当前计算器用户.npmrc下,打开把等号位置放对
安装VS code
https://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000/001470969077294a6455fc9cd1f48b69f82cd05e7fa9b40000
VS code快捷键收集
Ctrl+`:打开命令终端
安装create-react-app
create-react-app是一个快速创建React项目的脚手架
npm install create-react-app
create-react-app demo
npm start