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
- Host: GitHub
- URL: https://github.com/dmoosocool/koa-typescript-starter
- Owner: dmoosocool
- Created: 2017-09-29T06:57:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T06:57:48.000Z (over 8 years ago)
- Last Synced: 2025-03-14T21:15:14.377Z (over 1 year ago)
- Topics: koa-router, koa2, sequelize, typescript
- Language: TypeScript
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```