Minimal portfolio app powered by Vite and TanStack Router.
npm install
npm run devVite will print the local URL in the terminal (typically http://localhost:8080 or next available port).
npm run dev
npm run build
npm run preview
npm run lintsrc/routes/*: route pagessrc/components/*: portfolio UI componentssrc/styles.css: global styles and theme tokensvite.config.ts: Vite/TanStack config entry