A clean, modern portfolio boilerplate built with Next.js, TypeScript, and Tailwind CSS.
- ⚡️ Next.js 13 with App Router
- 🔥 TypeScript
- 💨 Tailwind CSS
- 📱 Responsive design
- 🎨 Custom color scheme
- 🚀 Fast page loads
- 📦 Component-based architecture
- 🚀 Easy deployment to GitHub Pages
- Node.js 16.x or later
- npm 7.x or later
-
Clone the repository:
git clone https://github.com/yourusername/next-portfolio-boilerplate.git
-
Navigate to the project directory:
cd personal-portfolio
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:3000 in your browser
personal-portfolio/
├── src/
│ ├── app/
│ │ ├── layout.tsx
│ │ └── page.tsx
│ ├── components/
│ │ ├── About.tsx
│ │ ├── Contact.tsx
│ │ ├── Header.tsx
│ │ └── Skills.tsx
│ └── styles/
│ └── globals.css
├── public/
│ └── images/
│ └── gal.png
├── tailwind.config.js
└── package.json
This site is deployed on GitHub Pages. Visit https://galkremer1.github.io/next-portfolio-boilerplate
npm run deploy
This project is licensed under the MIT License