7 lines
106 B
Bash
Executable file
7 lines
106 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
cd client
|
|
|
|
npm run ng -- server --hmr --host 0.0.0.0 --disable-host-check --port 3000
|