Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hstarorg/koa-for-rest
The koa template for rest api.
https://github.com/hstarorg/koa-for-rest
koa rest
Last synced: about 1 month ago
JSON representation
The koa template for rest api.
- Host: GitHub
- URL: https://github.com/hstarorg/koa-for-rest
- Owner: hstarorg
- License: mit
- Created: 2017-08-06T08:37:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T15:41:04.000Z (over 7 years ago)
- Last Synced: 2024-11-06T14:49:04.575Z (3 months ago)
- Topics: koa, rest
- Language: JavaScript
- Size: 52.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# koa-for-rest
The koa template for rest api.# Usage
```bash
git clonenpm i
# run dev (auto watch, change will be auto restarted)
npm run dev# build prod
npm run build
```