sc0tt5 / ngx-resume

Printable résumé built with Angular 17

Repository from Github https://github.comsc0tt5/ngx-resumeRepository from Github https://github.comsc0tt5/ngx-resume

NGX Resume

Quality Gate Status Lines of Code Coverage

This project was generated using Nx with Angular, Nest, and server-side rendering. Built with Bootstrap 5 and PurgeCSS. Example data created with Pirate Ipsum.

Resume thumbnail

Installation

npm install

Note: Before running the project, create db.json in the project root using db.example.json as a guide. This is to prevent your personal data from accidentally being pushed to a public server.

Development

npm start

NgRx Chart

Production

npm run prod:ssr

Then open browser to http://localhost:3333/viewer

Unit Tests

npm run test

Documentation

npm run compodoc

Analyze Bundles

npm run analyze:bundles

Dependency Graph

npm run dep-graph

Dependency Graph

Lighthouse CI

npm run lighthouse

Lighthouse

About

Printable résumé built with Angular 17

License:MIT License


Languages

Language:TypeScript 72.9%Language:HTML 11.1%Language:SCSS 11.1%Language:JavaScript 4.7%Language:Shell 0.3%