Skip to content

sc0tt5/ngx-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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