react-app创建项目 ZALXD 2019-08-27 142 阅读1分钟 1.创建项目npx create-react-app my-app2.进入项目cd my-app3.初始化项目npm / yarn eject4.启动项目npm /yarn start