Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 479 Bytes

serve-readme.md

File metadata and controls

17 lines (10 loc) · 479 Bytes

serve command

This utility creates and starts a local web server to test every single page application, like a Cordova www folder.

Synopsis

$ distribute serve <www-root-path> [options]

The tool starts a local web server with root on <www-root-path> and a new browser window automatically appear on the following url

http://127.0.0.1:9001/

Options

  • option: -p, --port <port-number> descr: Port for local server default: 9001