Important: This is old, not maintained version. For actual information about me see https://github.com/twistezo/portfolio
My programming portfolio with management dashboard and blog (both are hidden for unregistered users).
Angular 4 (JS + TypeScript), Bootstrap 4, Firebase
npm, angular-cli
build:
npm install
npm install -g @angular/[email protected]
build for prod.:
ng build --prod
run:
ng serve
deploy on github page:
--output-path docs --base-href web-portfolio
deploy on firebase:
firebase deploy