Analytics module for KKBank projects.
``` npm install @kkbank/analytics ```
Import and use the analytics services:
```typescript import { trackPageView, getUserBehavior, getPerformanceMetrics } from '@kkbank/analytics'; ```
- Install dependencies: `npm install`
- Run tests: `npm test`
- Build: `npm run build`