Skip to content

galkremer1/next-application-boilerplate

Repository files navigation

personal-portfolio/personal-portfolio/README.md

Next.js Portfolio Boilerplate

A clean, modern portfolio boilerplate built with Next.js, TypeScript, and Tailwind CSS.

Features

  • ⚡️ 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

Getting Started

Prerequisites

  • Node.js 16.x or later
  • npm 7.x or later

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/next-portfolio-boilerplate.git
  2. Navigate to the project directory:

    cd personal-portfolio
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open http://localhost:3000 in your browser

Project Structure

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

Deployment

This site is deployed on GitHub Pages. Visit https://galkremer1.github.io/next-portfolio-boilerplate

Deploy Manually

npm run deploy

Built With

License

This project is licensed under the MIT License

About

A clean, modern portfolio boilerplate built with Next.js, TypeScript, and Tailwind CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published