安装yarn

    npm install -g yarn

    创建脚手架

    1. npx create-react-app <项目名>

    启动项目

    1. yarn start

    image.png
    需要在项目目录下增加.env文件,增加后重新运行项目

    1. SKIP_PREFLIGHT_CHECK=true

    运行项目报错forEach,关闭React Developer Tools在运行程序