Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ccjoe/koa2-scaffold
- Owner: ccjoe
- License: mit
- Created: 2016-12-06T05:40:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-06T05:47:33.000Z (about 8 years ago)
- Last Synced: 2024-11-20T18:53:50.532Z (3 months ago)
- Topics: es6-javascript, es7-async, koa2
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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`