A HTTP-server that compiles TypeScript modules to es6-modules that can run in browser.
Also handles CommonJS and all ES6-import syntax.
Start server
live-server
Open web browser
<head></head>
<body></body>
<script type="module">
import './App.js';
</script>