| .. | ||
| .vscode | ||
| e2e | ||
| public | ||
| src | ||
| .browserslistrc | ||
| .editorconfig | ||
| .gitignore | ||
| .prettierrc | ||
| angular.json | ||
| eslint.config.js | ||
| ngsw-config.json | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.ts | ||
| proxy.conf.json | ||
| README.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||
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