I have an application on Angular 2 . All static URLs in this application begin with / (which is obvious). For example, my company is located at url /app/register/register.component.js/ and I can find it, for example, http://localhost:3000/app/register/register.component.js .
I want to make the url begin with some word, for example, front , and then the file path goes. The path above should look like this: http://localhost:3000/front/app/register/register.component.js . The location of the folders in the project should be the same.