https://github.com/fivetran/self-hosted-analytics-js
Demo of how to use self-host analytics.js
https://github.com/fivetran/self-hosted-analytics-js
Last synced: 12 months ago
JSON representation
Demo of how to use self-host analytics.js
- Host: GitHub
- URL: https://github.com/fivetran/self-hosted-analytics-js
- Owner: fivetran
- Created: 2018-05-26T03:24:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T00:04:23.000Z (over 2 years ago)
- Last Synced: 2025-04-30T15:27:12.543Z (about 1 year ago)
- Homepage:
- Size: 4.39 MB
- Stars: 26
- Watchers: 41
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Overview
This repo is example how to self-host analytics.js. We built analytics.js from https://github.com/fivetran/analytics.js, which is a very slight fork of https://github.com/segmentio/analytics.js, and are hosting it at https://static.fivetran.com/scripts/analytics.js.
# Running locally with NPM
To run demo, go the `./demo/` folder, then run the following commands:
- `npm install`
- `npm start`