Since then I have been using JetBrains WebStorm, and I really like it, but I have a problem, and after several hours of searching here and in the documentation, I decided to open my own question, because I just did not find it.
I have a project that is stored on my local computer in the following location: C:\Projects\Github\OfficeUI.Beta
Now I opened this folder in WebStorm, which causes it to do the following:

When I debug WebSite right now, everything works under the following Uri: http://localhost:63342/OfficeUI.Beta/
And there is a problem with this, because it works in this directory, in every CSS, JavaScript and other files I need to put the following: /OfficeUI.Beta/Resources/... , while I would like to use: /Resources/...
How to do it? I think I need to change the configuration of WebStorm to start the site under the root http://localhost/ , but I can not find it.
Any help is appreciated.
webstorm
Complexity
source share