Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1004 Bytes

File metadata and controls

27 lines (14 loc) · 1004 Bytes

jackieneu.github.io

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.

Development server

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.

Build

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