/koa-typescript-api

This is a simple REST API written on Typescript using Koa.

Primary LanguageTypeScriptMIT LicenseMIT

koa-typescript-api Build Status

This is a simple REST API written on Typescript using Koa. This project should help beginners and experienced developer how create a koa application using Typescript.

Install

  • git clone git@github.com:artem-galas/koa-typescript-api.git - clone repository
  • cd koa-ts-api - open directory
  • npm install - install all decencies
  • gulp - for run dev serve.

Default gulp task automated сhecks changed in *.ts files then compile it to /dist folder. Then gulp checks changes in .*js files and run nodemon.

Contribute

I would really like a comments. So you can fork this repository and leave a PR with comments. Thanks.