Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 329 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 329 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