6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
cd client || exit -1
|
|
|
|
ng server --host localhost --port 3000
|