A modern frontend application built with React, TypeScript, and Vite.
- React 19 - UI library
- TypeScript - Type safety
- Vite - Build tool and dev server
- React Router - Client-side routing
- TanStack Query - Server state management
- Zustand - Client state management
- Axios - HTTP client
- Tailwind CSS - Utility-first CSS framework
- Node.js (v18 or higher recommended)
- npm or yarn
npm installStart the development server:
npm run devThe application will be available at http://localhost:5173
Create a production build:
npm run buildPreview the production build locally:
npm run previewRun ESLint to check code quality:
npm run lintticketech-frontend/
├── src/ # Source files
├── public/ # Static assets
├── index.html # Entry HTML file
└── vite.config.ts # Vite configuration
Private project