My Personal Portfolio mohaseebtariq.com built with Angular and hosted with Netlify
-
Install the Angular CLI
npm install -g @angular/cli
-
Install dependencies
npm i
-
Start the development server
ng serve & Navigate to `http://localhost:4200/
-
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 | Hex |
---|---|
Eden | #155B4A |
Acapulco | #76B9A5 |
Spring Green | #00FFB3 |
Concrete | #F3F3F3 |