ChatServer:聊天服务器

时间:2021-04-19 01:24:27
【文件属性】:
文件名称:ChatServer:聊天服务器
文件大小:438KB
文件格式:ZIP
更新时间:2021-04-19 01:24:27
JavaScript 使用React构建聊天应用程序入门 该项目是通过引导的。 安装 运行以下命令 npm install 可用脚本 在项目目录中,可以运行: npm run dev 在Unix和Linux中运行前端应用程序和后端api服务器 npm run dev-windows 在Windows中运行前端应用程序和后端api服务器 npm start 在开发模式下运行前端应用程序。 打开在浏览器中查看它。 如果您进行编辑,则页面将重新加载。 您还将在控制台中看到任何棉绒错误。 npm run build 构建生产到应用程序build文件夹。 它在生产模式下正确捆绑了React,并优化了构建以获得最佳性能。 生成被最小化,并且文件名包括哈希值。 您的应用已准备好进行部署! 有关更多信息,请参见关于的部分。
【文件预览】:
ChatServer-main
----.gitignore(323B)
----package.json(1KB)
----package-lock.json(750KB)
----src()
--------components()
--------setupTests.js(241B)
--------services()
--------index.js(596B)
--------logo.svg(3KB)
--------App.js(1KB)
--------reportWebVitals.js(362B)
--------App.css(159B)
--------index.css(366B)
--------App.test.js(246B)
----public()
--------robots.txt(67B)
--------favicon@2x.ico(631B)
--------index.html(2KB)
--------manifest.json(309B)
----spec()
--------designs()
--------api-endpoints.md(778B)
----README.md(1KB)
----README.old.md(5KB)
----server.js(3KB)

网友评论