https://github.com/willin/koa-api-logger-ui
https://github.com/willin/koa-api-logger-ui
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willin/koa-api-logger-ui
- Owner: willin
- License: mit
- Created: 2017-06-27T03:06:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T18:53:24.000Z (over 3 years ago)
- Last Synced: 2025-10-13T00:26:04.463Z (8 months ago)
- Language: JavaScript
- Size: 503 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# koa-api-logger-ui
## Dev
```bash
npm run dev:client
npm run dev:server
```
## Build
```bash
npm run clean
npm run build
```