E-commerce demo with ServerTrack.io integration using NestJS.
npm installUpdate public/js/servertrack.js:
const AUTH_KEY = 'YOUR_AUTH_KEY';
const SERVER_DOMAIN = 'some.website.com';Development:
npm run start:devProduction:
npm run build
npm run start:prodVisit http://localhost:3000
- ✅ NestJS (Progressive Node.js framework)
- ✅ TypeScript
- ✅ Modular architecture
- ✅ Dependency injection
- ✅ Full e-commerce tracking
src/
├── app.module.ts
├── app.controller.ts
├── app.service.ts
└── main.ts
public/
├── index.html
├── checkout.html
└── js/servertrack.js