Deepak Verma
How we can run two Angular projects at the same time?
By Deepak Verma in Angular on Apr 23 2018
  • Vikas
    Jul, 2019 23

    Open multiple command prompt according to your requirement.
    by using
    ng serve -o —port 4102
    ng serve -o —port 4103

    • 0
  • ramesh gupta
    Jul, 2018 23

    by changing the port number for first project it will be default i.e. localhost:4200 and for second one you have to change your port number by using following command ng serve --port 4201 or 4202 or 4203

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS