记得先装好node环境
创建项目
npx create-react-app <项目名>
运行
npm start
React工程创建和打印hello world
最新推荐文章于 2022-06-22 03:14:37 发布
记得先装好node环境
创建项目
npx create-react-app <项目名>
运行
npm start