5 lines
86 B
Bash
Executable file
5 lines
86 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
cd client || exit -1
|
|
|
|
ng server --hmr --host localhost --port 3000
|