Skip to content

OpenReservation/reservation-angular-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reservation Angular Client

OpenReservation angular 客户端,使用 angular + material 开发,支持部署到 docker 以及 k8s

Build status

Docker

Build

docker build -t openreservation/angular-client .

Run

docker run -d -p 8081:80 openreservation/angular-client:latest

Kubernetes

kubectl apply -f k8s-deploy.yaml

More