https://github.com/unlight/koa-boilerplate
https://github.com/unlight/koa-boilerplate
boilerplate koa
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unlight/koa-boilerplate
- Owner: unlight
- Created: 2017-01-18T20:34:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T18:03:10.000Z (about 9 years ago)
- Last Synced: 2024-12-27T01:25:46.933Z (over 1 year ago)
- Topics: boilerplate, koa
- Language: TypeScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
koa-boilerplate
===============
SETUP
---
```
setx TYPEORM_DRIVER_TYPE "sqlite"
setx TYPEORM_STORAGE "db.sqlite"
# seed script
ts-node -F app/scripts/seed
```
DEBUG
---
```
ts-node --inspect -F app/server
devtool -r ts-node/register app/server
inspect node_modules\ts-node\dist\_bin.js -F app\ping\pong.test.ts
```
TODO
---
* koa superagent
* object validator
- https://github.com/Kikobeats/osom
- https://github.com/hapijs/joi
* eslint task