Skip to content

Amastyer/typescript-koa-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-koa-started-kit

基于typescript + koa2 + koa-router实现的模板

Quick Start

git clone https://github.com/Amastyer/typescript-koa-started-kit.git "projectName"
cd "projectName"
npm install 或 yarn
tsc -p .
npm start

build

使用vscode

task tsc

使用命令行

tsc -w -p .

Releases

No releases published

Packages

No packages published