项目作者: senpng

项目描述 :
Koa typescript boilerplate
高级语言: JavaScript
项目地址: git://github.com/senpng/koa-typescript-boilerplate.git
创建时间: 2019-03-28T10:42:44Z
项目社区:https://github.com/senpng/koa-typescript-boilerplate

开源协议:

下载


Koa typescript boilerplate

Environment

  • Node: 11.12.0
  • Platform: macOS 10.14.3

Features

  • Typescript + Koa2
  • Auto register controller to router
  • Typeorm + MySQL

Project Structure

  1. ├── README.md
  2. ├── app
  3. ├── app.ts # main
  4. ├── config # development and production config
  5. ├── controllers # router controller
  6. ├── middlewares
  7. ├── models
  8. ├── public
  9. ├── services
  10. ├── typings
  11. └── utils
  12. ├── ecosystem.config.js # pm2 ecosystem
  13. ├── index.ts
  14. ├── package.json
  15. ├── test
  16. └── jest.config.js
  17. ├── tsconfig.json
  18. ├── tslint.json
  19. └── yarn.lock

Run

  1. yarn
  2. yarn debug

Visual Studio Code

Extensions