ts-liveserver

0.0.0 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i ts-liveserver

Weekly Downloads

0

Version

0.0.0

License

none

Unpacked Size

504 B

Total Files

2

Last publish

Collaborators

  • davidortner
  • atyn