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.
- Live Demo: https://sample-ui.sankhyatronics.com/
- Source Code: https://github.com/sankhyatronics/SankhyaUI-Sample
Features
- Framework: React 19 + TypeScript
- Build Tool: Vite
- Styling: TailwindCSS
- Routing: React Router
- UI Architecture: Uses
@sankhyatronics/sankhya-uias a workspace dependency.
Getting Started
To run the sample application:
-
Navigate to the
Sampledirectory:cd Sample -
Install dependencies:
pnpm install -
Start the development server:
pnpm dev -
Open your browser at the local URL provided (usually
http://localhost:5173).