Baseline installation of Koa with Typescript.
- Typescript compilation, testing and linting
- Mocha, Chai
- Clone this repository with
git clone --depth=1 https://github.com/ryanlewis/koa-baseline.git
- Install dependencies with
yarn
- Setup a new git repository with
yarn setup
- Build with
yarn build
- Start the server with
yarn start
. If you want to configure a port, set the envPORT
e.g.PORT=1337 yarn start