ZaksCode Website
https://zakscode.com
.gitlab | ||
docker | ||
src | ||
.editorconfig | ||
.gitignore | ||
angular.json | ||
Dockerfile | ||
karma.conf.js | ||
package.json | ||
README.md | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.spec.json |
ZaksCode
Business website for ZaksCode. Provides some background information, contact inforation & a portfolio of projects. View here.
Built using Angular 13.
Table of Contents
[[TOC]]
Cheatsheet
# Start Angular development server
npm run start
# Build production site
npm run build
# Build docker image
docker build -t gitlab.zakscode.com:5050/zakcode/zakscode:latest .