# tws-online-coding-quiz-web **Repository Path**: tws-system/tws-online-coding-quiz-web ## Basic Information - **Project Name**: tws-online-coding-quiz-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-30 - **Last Updated**: 2021-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tws-online-coding-quiz-web ### 一 启动 后端(course-center) (进入 course-center 根目录) ``` cd backend ./gradlew bootRun ``` ### 二 启动 训练营后台APP(tws-online-coding-quiz-web) (进入 tws-online-coding-quiz-web 根目录) ``` npm i npm start ``` (启动后页面会报错是正常的,直接关闭该页面)