meteor specify port code example
Example: run meteor on different port
$ meteor --port 9999
[[[[[ ~/path-to/meteor/app ]]]]]
=> Started proxy.
=> Started MongoDB.
=> Started your app.
=> App running at: http://localhost:9999/
Copy