An open API service indexing awesome lists of open source software.

https://github.com/dmoosocool/koa-typescript-starter

koa-router + sequelize-typescript
https://github.com/dmoosocool/koa-typescript-starter

koa-router koa2 sequelize typescript

Last synced: 2 months ago
JSON representation

koa-router + sequelize-typescript

Awesome Lists containing this project

README

          

# install npm
```shell
cnpm i
```

# install typings
```shell
typings i
```

# build typescript
```shell
npm run build
```

# run server
```shell
npm run server
```