Skip to content

Latest commit

 

History

History

README.md

Altertable React Example

A React application demonstrating @altertable/altertable-react usage with type-safe funnel tracking.

Quick Start

Duplicate .env.development.sample to .env.development and .env.production.sample to .env.production and fill in the credentials.

Then run the following command to start the development server:

bun install
bun run dev

Open http://localhost:3000 to see the example.

Build

bun run build