This is the reconstructed front-end part of the Automatic Scoring System.
Implemented by Javascript with React framework. React-Router is used for building single-page application. Vite is used as bundler.
# 安装所有依赖包
yarn
# 安装react-router包
yarn add react-router-dom
# 安装 panic CSS 库 (https://github.com/franciscop/picnic)
npm install picnic --save
# 启动项目 # --host 0.0.0.0 :expose port to network # 默认端口为5713
yarn dev --host 0.0.0.0