Skip to content

ryanlewis/koa-baseline

Repository files navigation

koa-baseline

Build Status

Baseline installation of Koa with Typescript.

What's included

  • Typescript compilation, testing and linting
  • Mocha, Chai

Installation

  1. Clone this repository with git clone --depth=1 https://github.com/ryanlewis/koa-baseline.git
  2. Install dependencies with yarn
  3. Setup a new git repository with yarn setup
  4. Build with yarn build
  5. Start the server with yarn start. If you want to configure a port, set the env PORT e.g. PORT=1337 yarn start