Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

WodenWang820118/nest-data-layer-checker

Repository files navigation

Overview

A Nest application, a progressive Node.js framework that provides a simple and efficient way to interact with the dataLayer on websites. The goal of this application is to make it easier to keep track of dataLayer.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Development Guides

We're using semantic versioning for this project. Please follow the Conventional Commits specification for commit messages.

$ npm run commit

Dependencies

dependencies