koa-listen

1.0.1 • Public • Published

koa-listen

Serve exported koa application

Example

// index.js
var koa = require('koa')
var app = koa()
 
module.exports = app
$ koa-listen index.js -p 1515

Usage

Usage: koa-listen <file> [options]

Serve exported koa application

Options:

  -h, --help     output usage information
  -p, --port     optional TCP port to start the server at, defaults to 3000

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i koa-listen

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • timhudson