This project introduces how to use React and Socket.io to implement online document collaboration editing.
使用 React和 Socket.io 实现在线文档协作编辑
代码仓库地址:forrestyuan/OnlinedocEditing:(github.com)
如何运行项目:
- 克隆项目到本地:
git clone <代码仓库>
- 安装项目依赖:my-app目录和server下:
npm install
- 进入server目录:
node index.js
- 进入front目录:
yarn start
- 在浏览器打开
localhost:3000