/koa-ts-template2

A typescript template of koa2

Primary LanguageTypeScriptMIT LicenseMIT

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