$ yarn install
$ yarn dev
$ docker build --force-rm=true -t subicura/k8s-study-frontend .
$ docker run -d -p 3000:3000 subicura/k8s-study-frontend
$ kubectl apply -f k8s-frontend.yml --record
$ kubectl get -f k8s-frontend.yml
$ open http://pongpong.io