preact-buildless-frontend
Installation
SKILL.md
Build-less ESM Frontend
Create frontends that run directly in the browser using ES modules—no bundler, no build step.
Starter Template
Copy from assets/starter/ for a working baseline:
index.html— import map + module entryapp.js— Preact + signals + hash routingindex.css— CSS variables, dark mode
Run locally:
npx serve assets/starter # or python3 -m http.server 3000