【React】: React 脚手架初始化项目

一共只有两步。

1.初始化项目

npx create-react-app my-app

2.启动项目,在项目根目录当中执行:

cd my-app
npm start

 

posted @ 2023-06-11 13:01  Geeksongs  阅读(19)  评论(0编辑  收藏  举报

Coded by Geeksongs on Linux

All rights reserved, no one is allowed to pirate or use the document for other purposes.