Angular Sub-Projects

When setting up Angular and using the ng serve command it ‘serves’ the project folder you are in on address http://localhost:4200

Is it possible to have projects served like so?
http://localhost:4200/project-1/
http://localhost:4200/project-2/
http://localhost:4200/project-n/ etc etc

Basically I want to be able to switch between multiple projects via url rather than faffing with the commands