Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 740 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 740 Bytes

koa-ts-boilerplate

Inital project structure for koa app developed with typescript

Acknowledgements

ejs template engine.

koa-json JSON pretty-printed response middleware.

koa-onerror handle all errors in one place.

koa-logger requests logger.

koa-body handle requests with content type of multipart/form-data, application/x-www-urlencoded, application/json,text/xml and etc.

koa-static-server serve static file.

webpack-node-externals prevent node_modules from bundling.