Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 313 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 313 Bytes

cdct-frontend

consumer driven contract testing - example - frontend

dev workflow

start vue

make setup

(same cli) make serve

visit shown address, e.g. http://localhost:6794/

start mock

make mock

utils

reload nginx in container

docker exec -it nginx-server nginx -s reload