Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 327 Bytes

File metadata and controls

19 lines (14 loc) · 327 Bytes

KoaJS & Typescript Starter Project

Requirements:

  • Node v8

Features:

  • Watch mode - server auto-restarts when code changes
  • Koa v2 with #beautiful async functions

Included middleware:

  • koa-router
  • Custom logger with pretty + JSON modes (based on NODE_ENV)

Getting Started

npm i
npm run watch-server