# alibabacloud-gdb-console **Repository Path**: aliyun/alibabacloud-gdb-console ## Basic Information - **Project Name**: alibabacloud-gdb-console - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-08 - **Last Updated**: 2025-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GDB 可视化控制台 ## 运行 安装依赖库: ``` npm install cd backend && npm install && cd - ``` 开发模式运行 ``` PORT=3030 npm run server npm start ``` 编译后运行 ``` npm run build npm run server ``` 浏览器中打开`http://localhost:3000`查看。