Skip to content

agilehead/clickmeter

Repository files navigation

Clickmeter

Minimal analytics server built with Tsonic + ASP.NET Core + EF Core (SQLite).

This repo is also a “real-world” readiness test for Tsonic (NativeAOT + EF query precompilation).

Prerequisites

  • .NET 10 SDK
  • Node.js + npm
  • tsonic installed globally, or point scripts at a local checkout via TSONIC_BIN

Setup

npm install

Run

# apply SQLite migrations
npm run migrate

# run server (builds + generates EF compiled model)
npm run dev

Selftest

npm run selftest

To run against a local (unpublished) Tsonic checkout:

TSONIC_BIN="node /path/to/tsonic/packages/cli/dist/index.js" npm run selftest

About

Simple Analytics for Web Apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published