Files
openide/python/resources/tips/BuiltInServer.html
T

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 &ndash; Debugger &ndash; JavaScript</span>),
and use the &quot;Built-in server port&quot; 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>