Project presenting my CV as a website. You can visit this page on this link.
Install dependencies
npm i
Run the server.
ng serve
Build Application
ng build
Deploy to Github pages
That command will deploy the production build to gh-pages. Link!
npm run deploy