aboutsummaryrefslogblamecommitdiffhomepage
path: root/scripts/watch/client.sh
blob: 1d6b8c2aa5d719528d230f139b8e7dfa8fe69910 (plain) (tree)
1
2
3
4
5
6
7
         
 


         
 
                                                                                                                              
#!/bin/sh

set -eu

cd client

npm run ng -- serve --proxy-config proxy.config.json --hmr --configuration hmr --host 0.0.0.0 --disable-host-check --port 3000