react项目搭建

全局安装脚手架

npm install -g create-react-app

创建项目

npx create-react-app my-app

运行项目

cd my-app
npm start
posted @ 2023-02-19 16:09  Better-HTQ  阅读(13)  评论(0编辑  收藏  举报