Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 697 Bytes

File metadata and controls

21 lines (12 loc) · 697 Bytes

Web Analytics Implementations

Sample implementations of different web analytics technolgies in a simple field service management client.

📦 Prerequisites

Make sure Node.js v^18.19.1 or newer is installed.

🛠️ Set-up

Before running the application create the respective files environment.development.ts and environment.production.ts in the src/environments folder and add the values for the environment variables.

⚙️ Running the Application

Start the applicaiton.

npm start

After the application is finished building, visit http://localhost:4200/ to see the running application.