live-server 0.11.1

Launch a local network server with live reload feature for static pages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <script src="index.js"></script>
    <title>Document</title>
</head>
<body>
    prueba тест δοκιμή
</body>
</html>