©TriMoon™
Help setting up a Deno project for a static HTML5 app using TypeScript and a Live-preview.
Hi all, i'm new to
deno
and want to try it out. 😉 https://discord.com/channels/684898665143206084/1128726030614544414/1332270619060076594
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:
1. I will use Codium
as IDE. (it's a foss VSCode version)
1. My end target will be the browser
, Firefox-Nightly in this case.
1. I will make use of HTML5
pages with external nested CSS
stylesheets (not SCSS nor LESS etc) and native JavaScript
as es-modules
.
1. I want to code my JavaScript
in TypeScript
that will be consumed by the browser as separate native es-modules
as end-product.
1. I want to be able to preview the changes live in Codium
, while viewing the HTML5
page, and the browser directly.
---
Are the above criteria's possible using deno
🤔
Any help and guidance is appreciated. 👍12 replies