1

I used Webstorm v6. I have created a new project and tried the following link to run the project.

http://localhost:63342/Test/index.html and http://localhost:63342/Test

My test project has only one file called index.html

But i am getting the below page in chrome.

enter image description here

I followed this link "Change WebStorm LiveEdit Port (63342)" but I still get the same error.

Any help on this?

Update :

Project structure :

Test 
 -- index.html 
 / Controller 
 / Css
 /View 
Community
  • 1
  • 1
backtrack
  • 7,996
  • 5
  • 52
  • 99

1 Answers1

0

Try the following: Open your html file in webstorm -> go with the mouse to the upper right corner of the editor window -> there should appear browsericons -> click on one icon to open it with the correct port AND URL/PATH

NOTE: The path behind the port has to begin with the Project name...

marcel
  • 2,967
  • 1
  • 16
  • 25