client.sh 158 B

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