Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 668 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 668 Bytes

Frontend

Usage

run development server

$ yarn install
$ yarn dev

docker build

$ docker build --force-rm=true -t subicura/k8s-study-frontend .

docker run

$ docker run -d -p 3000:3000 subicura/k8s-study-frontend

kubenetes run

$ kubectl apply -f k8s-frontend.yml --record
$ kubectl get -f k8s-frontend.yml
$ open http://pongpong.io

Libraries