Portfolio site built with React + Vite + Tailwind CSS v4.
npm install
npm run devBuild and preview:
npm run build
npm run previewsrc/app/components: page components (About,Projects,Experience,Nav)src/imports: static image assets grouped by page sectionsrc/styles: global and theme styles (globals.css,tailwind.css,theme.css)
This project uses Tailwind CSS v4 via @tailwindcss/vite and src/styles/tailwind.css.
There is intentionally no tailwind.config.js.
- Ensure WebStorm uses the project TypeScript version.
@path alias resolves tosrcvia bothvite.config.tsandtsconfig.json.