tsss

```sh npm i -D tsss // or yarn add -D tsss ```

Usage no npm install needed!

<script type="module">
  import tsss from 'https://cdn.skypack.dev/tsss';
</script>

README

🥁 Tsss

npm i -D tsss
// or
yarn add -D tsss

TSSS is acronym for TypeScriptSimpleServer

Run it in any folder and it will serve ./index.html in that folder as well as any other files except for ./index.js which is going to be the result of TypeScript compilation of ./index.ts file.