# webTCB **Repository Path**: long-zhenfeng/web-tcb ## Basic Information - **Project Name**: webTCB - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-04 - **Last Updated**: 2024-05-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 开发环境 - 开发工具: VS Code 、 HBuilderX - Node 版本:v18.19.0 - pnpm 版本:v9.0.6 ### 运行程序 1. 安装依赖 如果没有安装 pnpm,需要先安装 pnpm (全局) ```shell npm install -g pnpm ``` ```shell pnpm i ``` 1. 运行程序 ```shell # H5端 pnpm run dev:h5 # App端 需 HBuilderX 工具,运行 - 运行到手机或模拟器 ``` ### 工程结构解析