life-towers/frontend
2026-05-31 10:49:26 +01:00
..
.vscode snapshot 2026-05-28 21:24:47 +01:00
e2e snapshot 2026-05-28 21:24:47 +01:00
public branding: add logo/favicon/icon set and OG image, remove legacy SVGs and fonts 2026-05-31 10:49:26 +01:00
src frontend: move app shell into standalone root and wire analytics service 2026-05-31 10:49:26 +01:00
.browserslistrc snapshot 2026-05-28 21:24:47 +01:00
.editorconfig snapshot 2026-05-28 21:24:47 +01:00
.gitignore snapshot 2026-05-28 21:24:47 +01:00
.prettierrc snapshot 2026-05-28 21:24:47 +01:00
angular.json build(frontend): add Vitest setup and update Angular/TypeScript config 2026-05-31 10:49:26 +01:00
eslint.config.js snapshot 2026-05-28 21:24:47 +01:00
ngsw-config.json snapshot 2026-05-28 21:24:47 +01:00
package-lock.json build(frontend): add Vitest setup and update Angular/TypeScript config 2026-05-31 10:49:26 +01:00
package.json build(frontend): add Vitest setup and update Angular/TypeScript config 2026-05-31 10:49:26 +01:00
playwright.config.ts snapshot 2026-05-28 21:24:47 +01:00
proxy.conf.json snapshot 2026-05-28 21:24:47 +01:00
README.md docs: add CLAUDE.md agent guide, drop legacy design/API specs, refresh READMEs 2026-05-31 10:49:26 +01:00
tsconfig.app.json build(frontend): add Vitest setup and update Angular/TypeScript config 2026-05-31 10:49:26 +01:00
tsconfig.json snapshot 2026-05-28 21:24:47 +01:00
tsconfig.spec.json build(frontend): add Vitest setup and update Angular/TypeScript config 2026-05-31 10:49:26 +01:00
vitest.config.ts build(frontend): add Vitest setup and update Angular/TypeScript config 2026-05-31 10:49:26 +01:00
vitest.setup.ts snapshot 2026-05-28 21:24:47 +01:00

Life Towers Frontend

Angular frontend for the Life Towers app. See the root README.md for the full stack setup.

npm start          # dev server on :4200, with /api proxied to :8000
npm test           # Vitest unit tests
npm run test:e2e   # Playwright against PLAYWRIGHT_BASE_URL or localhost:8000
npm run build      # production bundle