2 lines
43 B
Bash
2 lines
43 B
Bash
|
|
#!/bin/bash
|
||
|
|
cd src/frontend && npx ng serve
|