React系列教程:1. 启动一个React项目

29 阅读1分钟

创建项目

npx create-react-app react-practice

启动项目

npm start