No description
personal-site | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
personal-site-frontend
Set up npm and install packages:
cd personal-site
npm install
Serve by installing angular-cli and doing:
cd personal-site
ng serve
Deploy with:
ng build --output-path $BACKEND_STATIC_DIR --output-hashing none