# redcloudcollege-index
**Repository Path**: redskt/redcloudcollege-index
## Basic Information
- **Project Name**: redcloudcollege-index
- **Description**: 一个开源的在线教育项目,预计会有安卓端,IOS端,pc端等全平台,涉及的技术有前端,java后端,自研基于webrtc的在线直播,等综合的大型在线教育平台项目。本开源项目会一直更新,有兴趣的小伙伴可以一起加入
项目网址: https://www.redskt.com
安装教程: https://www.jianshu.com/p/9531db583f08
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: develop
- **Homepage**: https://www.redskt.com
- **GVP Project**: No
## Statistics
- **Stars**: 4
- **Forks**: 2
- **Created**: 2020-05-11
- **Last Updated**: 2025-06-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# redcloudcollege-index
一个开源的在线教育项目,预计会有安卓端,IOS端,pc端等全平台,涉及的技术有前端,java后端,自研基于webrtc的在线直播,等综合的大型在线教育平台项目。本开源项目会一直更新,有兴趣的小伙伴可以一起加入
项目网址: https://www.redskt.com
项目部署教程:https://www.redskt.com/practice/1793097597972520961
本项目后端:
github地址:https://github.com/tanyuehong/redcloudcollege
国内专用gitee地址: https://gitee.com/redskt/redcloudcollege
## Build Setup
```bash
cd redcloudcollege-index
$ npm install
$ npm run dev
# 服务端部署
$ npm run build
$ npm run start
```