client.sh 86 B

12345
  1. #!/usr/bin/env sh
  2. cd client || exit -1
  3. ng server --hmr --host localhost --port 3000