# yjjapp **Repository Path**: wyu3dobe/yjjapp ## Basic Information - **Project Name**: yjjapp - **Description**: 一个连接讲端和听端,催化各类互动环节的演讲应用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-07 - **Last Updated**: 2024-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 演讲家App 一个连接讲端和听端,催化各类互动环节的演讲应用 - 3dobe, 2013软件设计大赛 - 16-308 @ WYU 在线演示: ## 参赛资料                 ## 使用说明 1. 安装Node.js(v0.10.22以上) 网址 http://nodejs.org/ 2. 命令行下进入该项目目录下 `cd yjjapp` 3. 安装服务器端依赖库 `npm install` 4. 安装Git 网址 http://www.git-scm.com/ 5. 安装网页端依赖库 `npm install -g bower` `cd public` `bower install` 6. 启动服务 `node app` 7. 随后在浏览器打开 http://127.0.0.1:3088/ 进行浏览