8000 GitHub - codingzhou/weihanli.github.io: weihanli's personal homepage
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

codingzhou/weihanli.github.io

 
 

Repository files navigation

WeihanLi-homepage

WeihanLi's homepage powered by angular.

Develop

run ng serve on the shell or command line

Docker support

Build docker image

docker build -t weihanli/homepage .

Run docker image

# specific export 5200
docker run -d -p 5200:80 --name weihanli-homepage-demo weihanli/homepage

# whatever exported port
docker run -d -P --name weihanli-homepage-demo weihanli/homepage

docker-compose up -d

Contact

Contact me: weihanli@outlook.com

About

weihanli's personal homepage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.7%
  • CSS 22.4%
  • HTML 20.6%
  • JavaScript 3.9%
  • Dockerfile 1.4%
0