# TSService **Repository Path**: gartot/tsservice ## Basic Information - **Project Name**: TSService - **Description**: 用来简易运行测试ts代码 - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-07 - **Last Updated**: 2022-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: TypeScript ## README ## 安装 ```bash npm install ``` ## 使用 ### 使用 node 运行 ```bash yarn start ``` ### 使用浏览器运行 ```bash yarn dev ```