Skip to content

Mohking1/Portfolio

Repository files navigation

Portfolio Website

A modern, responsive portfolio website built with Angular and Server-Side Rendering (SSR). This project is designed to showcase your skills, projects, and contact information in a visually appealing and accessible way.

Steps

  1. Clone the repository:
    git clone https://github.com/Mohking1/Portfolio.git
  2. Navigate to the project directory:
    cd portfolio-site
  3. Install dependencies:
    npm install

🖥️ Running the Application

Development Server

Start the development server with live reload:

ng serve

Build for Production

Build the project for production:

ng build:prod

Server-Side Rendering

Build and serve the application with SSR:

npm run build:ssr
npm run serve:ssr

🌐 Demo

Check out the site: https://portfolio-mohking1s-projects.vercel.app/

Releases

No releases published

Packages

 
 
 

Contributors