#!/usr/bin/env bash npm run build cd public || exit live-server --port=8080 --host=192.168.1.99 --no-browser --entry-file=index.html .