simple personal resume application created by Angular and Github pages.
git clone https://github.com/mleenings/cv.gityou can also make a fork on your github account.
cd cv
npm install
npm install -g angular-cli-ghpagesfor that, you have juste to edited the file src/assets/data/perso.json
NB : for the skills part, you need to choose an icon from Fontawesome's gallery.
Github offers the possibility to host an angular application for free through the Github pages feature, and it's really simple by using the node package angular-cli-ghpages.
NB: you need to make a fork or a copy of the repository on your github account to be able to share the app on your github pages.
ng build --prod --base-href https://[username].github.io/[repo]/
ngh --no-silentafter that you can visit your personal page on https://[username].github.io/[repo]
ng serveAll bug reports and pull requests are welcome.

