/portfolio

My portfolio website

Primary LanguageTypeScriptMIT LicenseMIT

Build Status

Portfolio

This is the source code for Nasir's portfolio website.

This project was generated with Angular CLI version 7.3.9.

Current Angular version is ~11.2.0.

Technology

My about page contains a bigger list and longer description of the tech used.

Commands

Run npm install to install all packages.

Run npm run test:client to run Angular tests.

Run npm run client:dev to start the angular client on port 4200.

Run npm run dev:ssr to build front-end bundles and starts the server on port 3000.

Run npm run all:dev to concurrently run client-dev and server-dev.

Run npm run build:client to build the angular browser client to dist/browser/.

Run npm run build:ssr to build angular server to dist/server/.

Run prettier-format to format all typescript files (requires prettier-cli).

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.