Anonymous Chat React Component Overview

匿名聊天React组件项目于2020年7月启动。可用脚本在项目目录中,可以运行:

  • yarn start:在开发模式下运行应用程序,打开浏览器查看。如果进行编辑,页面将重新加载,并在控制台中显示任何错误。
  • yarn test:在交互式监视模式下启动测试运行程序,更多信息见“关于”部分。
  • yarn build:构建生产到应用程序的build文件夹,优化构建以获得最佳性能,文件名包含哈希,准备部署!
  • yarn eject:注意:这是单向操作,eject后无法返回。如果对构建工具和配置不满意,可以执行该命令,移除单个构建依赖项。
zip
overREACTing-anonymous-chat-master.zip 预估大小:30个文件
folder
overREACTing-anonymous-chat-master 文件夹
folder
frontend 文件夹
file
package.json 744B
folder
src 文件夹
file
App.css 4KB
file
index.js 503B
folder
data 文件夹
file
chat-log.json 1018B
file
logo.svg 3KB
file
serviceWorker.js 5KB
file
App.test.js 280B
file
setupTests.js 255B
folder
components 文件夹
file
Message.jsx 835B
file
Response.jsx 813B
file
MessageHistory.jsx 1KB
file
Typing.jsx 821B
file
App.js 413B
file
index.css 366B
file
.gitignore 310B
folder
public 文件夹
file
logo192.png 5KB
file
manifest.json 492B
file
robots.txt 67B
file
index.html 2KB
file
logo512.png 9KB
file
favicon.ico 3KB
file
README.md 2KB
file
yarn.lock 471KB
file
.gitignore 310B
file
README.md 2KB
folder
backend 文件夹
file
package.json 515B
file
.foreverignore 19B
file
server.js 1008B
file
api.rest 295B
file
README.md 52B
zip 文件大小:213.76KB