Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

5upernova-heng/InstantChat-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstantChat-Frontend

本项目为java大作业即时聊天系统的前端部分,采用 react 框架进行开发

环境配置

1. 下载 Node.jsyarn

node -v
# v18.*.*

2. Clone & 安装依赖

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/ 替换成镜像源

3. 本地调试

yarn dev 
#or: npm run dev

在浏览器中打开 http://localhost:5173/ 查看页面。

About

InstantChat-Frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors