Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# koa-for-rest
The koa template for rest api.

# Usage

```bash
git clone

npm i

# run dev (auto watch, change will be auto restarted)
npm run dev

# build prod
npm run build
```