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.
git clone git@github.com:artem-galas/koa-typescript-api.git
- clone repositorycd koa-ts-api
- open directorynpm install
- install all decenciesgulp
- 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.
I would really like a comments. So you can fork this repository and leave a PR with comments. Thanks.