React + TypeScript app powered by Vite.
Live site: https://prateeksrt.github.io/prateeksrt/
Pushes to main build the app and deploy dist/ to GitHub Pages via .github/workflows/deploy-pages.yml.
- Node.js 20+ (22 recommended)
- npm 10+
npm install
npm run devOpen the URL shown in the terminal (usually http://localhost:5173).
| Command | Description |
|---|---|
npm run dev |
Start the Vite dev server with HMR |
npm run build |
Type-check and build for production |
npm run preview |
Preview the production build locally |
npm run lint |
Run ESLint |
npm run typecheck |
Run the TypeScript compiler without emitting files |
βββ public/ # Static assets
βββ src/
β βββ App.tsx # Root React component
β βββ main.tsx # App entry point
β βββ index.css # Global styles
βββ index.html
βββ vite.config.ts
βββ tsconfig*.json
- React 19
- TypeScript
- Vite 8
- ESLint


