Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 257 Bytes

File metadata and controls

19 lines (18 loc) · 257 Bytes

Koa-TypeScript-Boilerplate

Boilerplate for Koa.js Server using TypeScript

  1. Install Dependencies
yarn install
  1. Start Dev Server
yarn dev
  1. Start Deploy Server
yarn start
  1. Build Docker Compose Image
yarn docker-build