Add npm scripts

Add npm script making ng serve accessible from other hosts.
This commit is contained in:
Phillip Kühne 2020-03-25 18:01:42 +01:00
parent c7fd25fae5
commit 9317563047

View File

@ -4,6 +4,7 @@
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
"serve": "ng serve --host=0.0.0.0",
"build": "ng build", "build": "ng build",
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",