This project is designed as a clean and responsive portfolio / landing page for myself.
- React
- React Router
- TypeScript
- Tailwind CSS
- Vite
- IBM Plex fonts
Install dependencies:
npm installRun the development server:
npm run devBuild for production:
npm run buildRun the production build locally:
npm run startapp/root.tsx— shared HTML layout and app wrapperapp/components/SiteHeader.tsx— responsive navigation headerapp/routes.ts— route manifest for the appapp/routes/*.tsx— page route modulesapp/app.css— global Tailwind / font configuration
This project is licensed under the MIT License.