Open multiple command prompt according to your requirement.by usingng serve -o —port 4102ng serve -o —port 4103
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