minimal-analytics
Minimal versions of popular analytics libraries. Reduce the impact of third-party scripts on your application.
File Explorer
Download Latest Version (.zip)- cd.yml
- ci.yml
- FUNDING.yml
- commit-msg
- settings.json
- ga4-support.jpg
- index.ts
- model.ts
- index.test.ts
- .npmrc
- babel.config.js
- jest.config.js
- LICENSE
- package.json
- README.md
- tsconfig.json
- webpack.config.ts
- yarn.lock
- index.ts
- model.ts
- heap.test.ts
- .npmrc
- babel.config.js
- jest.config.js
- package.json
- README.md
- tsconfig.json
- webpack.config.ts
- yarn.lock
- index.ts
- utility.ts
- values.ts
- utility.test.ts
- values.test.ts
- babel.config.js
- jest.config.js
- package.json
- tsconfig.json
- yarn.lock
- .gitignore
- .npmrc
- .prettierrc.json
- commitlint.config.js
- lerna.json
- LICENSE
- package.json
- README.md
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/jahilldev/minimal-analytics
Downloads the entire project code from GitHub to your computer.
cd minimal-analytics
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
