This is my development portfolio.
Deployed to Github with the help of this walkthrough.
This project was generated with Angular CLI version 9.0.2.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
develop branch serves as my default branch where I track source code and master branch is the rendered JavaScript to help deploy to Github Pages.
Each time I update develop branch, I run this sequence to build to master.
git checkout master
git pull origin develop
git checkout develop
ng build --prod --base-href 'https://jackieneu/jackieneu.github.io' (If this doesn't work run npm install and npm i -g angular-cli-ghpages and try again)
ng deploy --branch=master