Skip to main content

Sample Application

The repository includes a sample application located in the Sample directory. This project demonstrates a minimal setup using React, TypeScript, and Vite, integrated with @sankhyatronics/sankhya-ui.

Features

  • Framework: React 19 + TypeScript
  • Build Tool: Vite
  • Styling: TailwindCSS
  • Routing: React Router
  • UI Architecture: Uses @sankhyatronics/sankhya-ui as a workspace dependency.

Getting Started

To run the sample application:

  1. Navigate to the Sample directory:

    cd Sample
  2. Install dependencies:

    pnpm install
  3. Start the development server:

    pnpm dev
  4. Open your browser at the local URL provided (usually http://localhost:5173).