ZaksCode Website https://zakscode.com
Go to file
2024-01-03 23:49:28 -05:00
docker Website updates 2024-01-03 23:49:28 -05:00
public Website updates 2024-01-03 23:49:28 -05:00
src Website updates 2024-01-03 23:49:28 -05:00
.editorconfig Updated 2022-05-02 21:10:15 -04:00
.gitignore Website updates 2024-01-03 23:49:28 -05:00
Dockerfile Website updates 2024-01-03 23:49:28 -05:00
index.html Website updates 2024-01-03 23:49:28 -05:00
package-lock.json Website updates 2024-01-03 23:49:28 -05:00
package.json Website updates 2024-01-03 23:49:28 -05:00
README.md Updated readme 2022-05-03 20:38:28 -04:00
tsconfig.app.json Website updates 2024-01-03 23:49:28 -05:00
tsconfig.json Website updates 2024-01-03 23:49:28 -05:00
tsconfig.node.json Website updates 2024-01-03 23:49:28 -05:00
vite.config.ts Website updates 2024-01-03 23:49:28 -05:00

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 .