# tws-admin-web **Repository Path**: tws-system/tws-admin-web ## Basic Information - **Project Name**: tws-admin-web - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2018-06-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tws-admin-web ### 一 启动 后端(course-center) (进入 course-center 根目录) ``` cd backend ./gradlew bootRun ``` ### 二 启动 后台管理APP(tws-admin-web) (进入 tws-admin-web 根目录) ``` npm i npm start ```