This repository contains small JavaScript example files grouped by topic. It is a copy of a local workspace that demonstrates Node and browser ES modules.
How to run locally
-
Start the simple static server from the repository root:
node serve.js
-
Open http://localhost:3000/examples.html to browse the demo pages.
Files of note
serve.js— tiny static servermodules/— example ES module withexport.jsandmain.jsexamples.html— top-level index pointing to demo pages