Skip to content

burakkrt/observer-api

Repository files navigation

observer-api

Tracking and processing HTML elements with Observer API.

Go Live

Technology and Packages Used

Run on your own computer

Download a copy of the project

  git clone https://github.com/burakkrt/observer-api.git
  cd observer-api

Download all necessary dependent files

  npm install
  or
  yarn install

Run the development environment

  npm run dev
  or
  yarn dev

Compile the project for publishing

  npm run build
  or
  yarn build