http_server_cli 1.0.0+1
http_server_cli: ^1.0.0+1 copied to clipboard
A zero-configuration command-line http server. inspired by `nodejs http-server`
example/README.md
Installation #
If you want to use http_server_cli on the command line, install it using pub global activate:
pub global activate http_server_cli
How to run #
pub run http_server_cli
Extra options
pub run http_server_cli --port 9000 --path ./test/public --not-found index.html -d false -s