Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change port to run polymer projects?

Tags:

polymer

When I try to run polymer serve on terminal, it always run with port 8080. But it collapse with another services I've configured with that port. How can I change the default port to run the projects, for example, in port 8081?

like image 232
mindOf_L Avatar asked Feb 04 '26 07:02

mindOf_L


1 Answers

There is an option for that:

polymer serve --port 8081

like image 148
Maria Avatar answered Feb 06 '26 05:02

Maria