Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 345 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 345 Bytes

koa-ts-template2

A typescript template of koa2.

Usage

init koa-ts-template2

$ git clone https://github.com/Bili-Jun/koa-ts-template2.git
$ cd koa-ts-template2
$ npm install
# pnpm install
# yarn

Run!

$ npm run start
# pnpm start
# yarn start

build

$ npm run tsc
# pnpm tsc
# yarn tsc