项目作者: senpng
项目描述 :
Koa typescript boilerplate
高级语言: JavaScript
项目地址: git://github.com/senpng/koa-typescript-boilerplate.git
Koa typescript boilerplate
Environment
- Node:
11.12.0
- Platform:
macOS 10.14.3
Features
Project Structure
├── README.md
├── app
│ ├── app.ts # main
│ ├── config # development and production config
│ ├── controllers # router controller
│ ├── middlewares
│ ├── models
│ ├── public
│ ├── services
│ ├── typings
│ └── utils
├── ecosystem.config.js # pm2 ecosystem
├── index.ts
├── package.json
├── test
│ └── jest.config.js
├── tsconfig.json
├── tslint.json
└── yarn.lock
Run
yarn
yarn debug
Visual Studio Code
Extensions