How to change port 3000

I’m new to Meteor. I created a Meteor web app in Linux. How can I switch to port 8080 instead of 3000? what is default Meteor web server?

So instead of using http://localhost:3000, I want the default to be just http://localhost

any help is appreciated

meteor run --port 8080

4 Likes