This website requires JavaScript.
Explore
Help
Sign in
forks
/
peertube
Watch
1
Star
0
Fork
You've already forked peertube
0
Code
Releases
Activity
393b5ab85e
peertube
/
scripts
/
watch
/
client.sh
6 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
Adapt npm scripts
2016-06-03 22:34:39 +02:00
#!/usr/bin/env sh
cd
client
||
exit
-1
Add hmr
2017-12-12 14:45:42 +01:00
ng server --hmr --host localhost --port
3000
Copy permalink