aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/watch/client.sh
blob: 7dcce58612119e2945e18b9d35c19952204693f3 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

set -eu

cd client

npm run ng -- serve --hmr --host 0.0.0.0 --disable-host-check --port 3000