Help setting up a Deno project for a static HTML5 app using TypeScript and a Live-preview.
Hi all, i'm new to
https://discord.com/channels/684898665143206084/1128726030614544414/1332270619060076594
Although i'm not completely new to
Below are topics i want to cover / make use of:
Are the above criteria's possible using
Any help and guidance is appreciated.
deno and want to try it out. Although i'm not completely new to
TypeScript (I can somewhat read it), unfortunately have not coded using it till now, at least that's the plan to start using it .Below are topics i want to cover / make use of:
- I will use
as IDE. (it's a foss VSCode version)Codium - My end target will be the
, Firefox-Nightly in this case.browser - I will make use of
pages with externalHTML5
stylesheets (not SCSS nor LESS etc) and nativenested CSS
asJavaScript
.es-modules - I want to code my
inJavaScript
that will be consumed by the browser as separate nativeTypeScript
as end-product.es-modules - I want to be able to preview the changes live in
, while viewing theCodium
page, and the browser directly.HTML5
Are the above criteria's possible using
deno Any help and guidance is appreciated.