Tracking and processing HTML elements with Observer API.
- react @18.2.0
- typescript @5.0.2
- bootstrap @5.3.0
- styled-components @6.0.7
- material ui @18.2.0
- prettier @3.0.3
- eslint @8.38.0
- vite @4.3.9
Download a copy of the project
git clone https://github.com/burakkrt/observer-api.git
cd observer-apiDownload all necessary dependent files
npm install
or
yarn installRun the development environment
npm run dev
or
yarn devCompile the project for publishing
npm run build
or
yarn build