# aichat-client **Repository Path**: mincho/aichat-client ## Basic Information - **Project Name**: aichat-client - **Description**: 教室大屏幕群聊互动web前端代码 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-10 - **Last Updated**: 2021-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # aichat-client #### 介绍 教室大屏幕群聊互动web前端代码 #### 软件架构 webpack5 + jquery实现的多页应用 #### 安装教程 1. 安装node 12.22.1版本:[Windows安装包下载](https://nodejs.org/download/release/latest-v12.x/node-v12.22.1-x64.msi) 2. 全局安装nrm:`npm install -g nrm` 3. 切换npm源为taobao镜像:`nrm use taobao` 4. 安装依赖包:项目根目录下`npm install` 5. 启动开发环境:`npm start`