diff --git a/client/package.json b/client/package.json index edf6b91..5ec072a 100644 --- a/client/package.json +++ b/client/package.json @@ -4,6 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", + "serve": "ng serve --host 0.0.0.0", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test" diff --git a/client/src/app/app.html b/client/src/app/app.html index aebbeaa..bd8c277 100644 --- a/client/src/app/app.html +++ b/client/src/app/app.html @@ -3,13 +3,13 @@