This demo website runs on Analog with Angular and file-based routing.
pnpm dev: Start local development server.pnpm build: Build client + SSR bundles.pnpm serve:ssr: Run the built SSR server fromdist/analog/server/index.mjs.pnpm build:lib: Build the Angular icon library package.
- Server entry is
src/main.server.ts. - Page routes live under
src/app/pages/**/*.page.ts. - The site uses Analog file router via
provideFileRouter(...).
- Check:
pnpm dlx ultracite check - Fix:
pnpm dlx ultracite fix