client.sh 125 B

1234567
  1. #!/bin/sh
  2. set -eu
  3. cd client
  4. npm run ng -- serve --hmr --configuration hmr --host 0.0.0.0 --disable-host-check --port 3000