This utility creates and starts a local web server to test every single page application, like a Cordova www
folder.
$ 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/
- option:
-p, --port <port-number>
descr: Port for local server default:9001