JingfeiPeng / JeffPeng

A portfolio website built using Angular. Utilized sass/scss, and gulp

Home Page:https://jefferpeng.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JeffWeb

View Live demo at: https://jefferpeng.netlify.com/

This project was generated with Angular CLI version 8.3.3.

Development server

Run npm run startApp for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Run Docker Container

build container

docker build -t jeff_web .

run container

docker run --rm -p 4200:80 --name jeff_web_ui jeff_web

check contents in container

docker exec -it jeff_web_ui /bin/bash

About

A portfolio website built using Angular. Utilized sass/scss, and gulp

https://jefferpeng.netlify.com/


Languages

Language:TypeScript 53.9%Language:SCSS 22.6%Language:HTML 11.0%Language:JavaScript 9.4%Language:CSS 2.7%Language:Dockerfile 0.4%