Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 280 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 280 Bytes

koa2-ts

Koa2 web app framework written in typescript.

Written in typescript + koa2 + typeorm, enjoy simplest nodejs framework with type checking and covenient testing.

Install packages

$ npm i

Run

$ npm start

Test

$ npm test