simple personal resume application created by Angular and Github pages.
git clone https://github.com/mleenings/cv.git
you can also make a fork on your github account.
cd cv
npm install
npm install -g angular-cli-ghpages
for 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-silent
after that you can visit your personal page on https://[username].github.io/[repo]
ng serve
All bug reports and pull requests are welcome.