# koa-ts-template2 **Repository Path**: bili-jun/koa-ts-template2 ## Basic Information - **Project Name**: koa-ts-template2 - **Description**: A typescript template of koa2 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-08-30 - **Last Updated**: 2021-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: Framework, koa2, template, ts-node, nodeman ## README # koa-ts-template2 A typescript template of koa2. ## Usage init koa-ts-template2 ```shell $ git clone https://github.com/Bili-Jun/koa-ts-template2.git $ cd koa-ts-template2 $ npm install # yarn ``` Run! ```shell $ npm run start # yarn start ```