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.
- Clone the repository:
git clone https://github.com/Mohking1/Portfolio.git
- Navigate to the project directory:
cd portfolio-site - Install dependencies:
npm install
Start the development server with live reload:
ng serveBuild the project for production:
ng build:prodBuild and serve the application with SSR:
npm run build:ssr
npm run serve:ssrCheck out the site: https://portfolio-mohking1s-projects.vercel.app/