React系列教程:1. 启动一个React项目 龚思凯 2025-11-04 29 阅读1分钟 创建项目 npx create-react-app react-practice 启动项目 npm start