Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 613 Bytes

README.md

File metadata and controls

30 lines (28 loc) · 613 Bytes

chatroom

使用

clone 该仓库

$ git clone https://github.com/lhj233/chatroom.git

安装依赖

npm install

本地运行

// 后端
node app.js
// 前端
npm run serve

tip: 需要注意该项目依赖github认证,需要在后端创建/config/oauth/index.js提供clientId和clientKey,前端在/client/.env中提供clientId.

License

MIT