react初始化项目

北风几吹夏 / 2023-06-02 / 原文

初始化基础的项目

npm install -g create-react-app
create-react-app my-app
cd my-app
npm start