npm install live-serveryarn add live-serverpnpm add live-server<script src="https://fastly.jsdelivr.net/npm/live-server"></script><script src="https://unpkg.com/live-server"></script><script type="module">
import liveserver from 'https://cdn.jsdelivr.net/npm/live-server/+esm';
</script><script type="module">
import liveserver from 'https://cdn.skypack.dev/live-server';
</script>