Repository for my personal website, which serves as a digital resume.
I initially started this project early 2019 before my graduation, but only now (late 2020) decided to finish it. Mostly because I was bored.
I use React daily at work, so I definitely didn't want nor need to practice that! I also missed Angular, after having spent over a year without using it. It's the framework I get the most enjoyment out of.
- Install Node.js and npm.
- Install the Angular CLI by running
npm install -g @angular/cli
. - Navigate to the repository.
- Run
npm install
. - Run
ng serve
. - Visit
localhost:4200
.
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.
Run ng deploy
to deploy the site to github pages.