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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i koa-listen

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • timhudson