v1
v1 copied to clipboard
Version one of my personal portfolio
My Personal Portfolio mohaseebtariq.com built with Angular and hosted with Netlify
🛠 Installation & Set Up
-
Install the Angular CLI
npm install -g @angular/cli -
Install dependencies
npm i -
Start the development server
ng serve & Navigate to `http://localhost:4200/
🚀 Building and Running for Production
-
Generate a full static production build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build. -
Preview the site as it will appear once deployed
Go to the /dist directory and run command `ng serve`
🎨 Color Reference
| Color | Hex |
|---|---|
| Eden | #155B4A |
| Acapulco | #76B9A5 |
| Spring Green | #00FFB3 |
| Concrete | #F3F3F3 |