ZaksCode Website
https://zakscode.com
.github/workflows | ||
docker | ||
public | ||
src | ||
.editorconfig | ||
.env | ||
.gitignore | ||
Dockerfile | ||
index.html | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
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 .