Skip to content

senpng/koa-typescript-boilerplate

Repository files navigation

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

├── 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