patriot
Version:
Patriot command-line interface and node.js library.
20 lines (12 loc) • 381 B
Plain Text
Usage: $0 serve [options]
Description:
Serves the application on a local web server.
The intended receiver is the Patriot App, but any
browser can consume the content.
Options:
--port, -p <n> port for web server (default: 3000)
--folder, -f <name> folder to serve (default: www-dev)
Examples:
$ $0 serve
$ $0 serve --port 8000
$ $0 serve --folder www