(w3) Simple Static Server usage: - run static server in current directory for port 3000 w3 - run static server in current directory on port 6000 w3 --port 6000 - run static server based on env vars export PORT = 4000 w3 - run static server in another directory for port 3000 w3 dist