life-towers/frontend/README.md

11 lines
355 B
Markdown

# Life Towers Frontend
Angular frontend for the Life Towers app. See the root `README.md` for the full
stack setup.
```bash
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
```