# tsrpc-examples **Repository Path**: chinaqi/tsrpc-examples ## Basic Information - **Project Name**: tsrpc-examples - **Description**: tsrpc框架示例 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-07-01 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TSRPC Examples Examples for [TSRPC](https://github.com/k8w/tsrpc). ## Usage Start local backend server: ``` cd /backend npm install npm run dev ``` Start local frontend server: ``` cd /frontend npm install npm run dev ```