Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ccjoe/koa2-scaffold

nodejs koa scaffold
https://github.com/ccjoe/koa2-scaffold

es6-javascript es7-async koa2

Last synced: 22 days ago
JSON representation

nodejs koa scaffold

Awesome Lists containing this project

README

        

# koa-forward-soaclient

## Start

```sh
npm start
```

## dev run for watch
```sh
npm run watch
```

## prod build and run
```
npm run build
pm2 start ecosystem.json
```

Then open `http://localhost:3000`