本项目为java大作业即时聊天系统的前端部分,采用 react 框架进行开发
node -v
# v18.*.*git clone https://github.com/5upernova-heng/InstantChat-Frontend
cd InstantChat-Frontend
yarn #(recommand), or you can use "npm i"建议使用
yarn,而不是npm进行包管理 当安装出现卡顿时,您可以使用yarn config set registry https://registry.npm.taobao.org/替换成镜像源
yarn dev
#or: npm run dev在浏览器中打开 http://localhost:5173/ 查看页面。