elisee / minimal-deno

Minimal Deno example with painless client-side TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Deno with client-side TypeScript

This is a minimal Deno server example that lets you use TypeScript for client-side code too.

No bundling or extra compilation required, TypeScript files are transpiled to JavaScript on-the-fly using Sucrase.

About

Minimal Deno example with painless client-side TypeScript


Languages

Language:TypeScript 92.6%Language:HTML 7.4%