This repository was converted from a static HTML/CSS/JS page into an Angular application.
- Node.js 20+
- npm
npm installnpm startOpen http://localhost:4200/.
npm run buildnpm testRun in watch mode:
npm run test:watch- Main template moved to
src/app/app.html. - Global styles moved to
src/styles.css. - Sidebar toggle logic moved to
src/app/app.ts(toggleSidebar()). profile.pngis served frompublic/profile.png.