PeerTube/scripts/watch/client.sh

8 lines
106 B
Bash
Raw Normal View History

2018-03-27 03:35:12 -05:00
#!/bin/sh
2016-06-03 15:34:39 -05:00
2018-03-27 03:35:12 -05:00
set -eu
cd client
2016-06-03 15:34:39 -05:00
npm run ng -- server --hmr --host 0.0.0.0 --disable-host-check --port 3000