elux-ga4
v0.0.2
Published
GTM manager repository for Elextrolux websites
Readme
Electrolux GA4
Manage GA4 for Electrolux websites
Getting started
Prerequisites
- NodeJS
Install dependencies
- With
npmnpm install - With
yarnyarn
Develop
To build in develop mode, run the following command:
npm run devor
yarn devBuild
To build in production mode, run the following command:
npm run buildor
yarn build