mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-19 10:28:57 +07:00
17 lines
493 B
HTML
17 lines
493 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<p>It is very easy to change the built-in web server port (<span class="control">File | Settings – Debugger – JavaScript</span>),
|
|
and use the "Built-in server port" spinner to set the new value. </p>
|
|
<p class="image"><img src="images/builtInServer.png"></p>
|
|
<p>Next, open an HTML page in your browser and see it running on the defined port.</p>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|