# tws-student-web **Repository Path**: tws-system/tws-student-web ## Basic Information - **Project Name**: tws-student-web - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-06-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tws-student-web ### 一 启动 后端(course-center) (进入 course-center 根目录) ``` cd backend ./gradlew bootRun ``` ### 二 启动 训练营前台App(tws-student-web) (进入 tws-student-web 根目录) ``` npm i npm start ``` 备注:项目启动后,会报错,但是不影响开发,因为需要查询通知信息,启动tws-notification后端即可解决报错。