This is my personal CV project in Angular (currently draft) but feel free to use it for your needs.
To see a running example visit aleksander-lech.com.
To change the CV content go to the /src/assets/content directory and edit cv.json and images in the images subfolder.
Run npm install and then ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --configuration production flag for a production build.
Run npm start
Run ng test to execute the unit tests via Karma.