#715 start demo app with localhost by default

start page points to localhost:3000, server is running at 0.0.0.0:3000
by default
This commit is contained in:
Denys Vuika
2016-09-08 12:08:38 +01:00
parent d2fd0e1471
commit 3544a6ffcd

View File

@@ -11,7 +11,7 @@
"aws": "node app.js", "aws": "node app.js",
"tsc": "tsc", "tsc": "tsc",
"tsc:w": "tsc -w", "tsc:w": "tsc -w",
"serve": "wsrv -o -s -l -p 3000 -a 0.0.0.0 -x ./server/versions.js", "serve": "wsrv -O http://localhost:3000 -s -l -p 3000 -a 0.0.0.0 -x ./server/versions.js",
"typings": "typings install", "typings": "typings install",
"tslint": "tslint -c tslint.json *.ts && tslint -c tslint.json 'app/{,**/}**.ts'", "tslint": "tslint -c tslint.json *.ts && tslint -c tslint.json 'app/{,**/}**.ts'",
"licensecheck": "license-check" "licensecheck": "license-check"
@@ -96,7 +96,7 @@
"tslint": "3.8.1", "tslint": "3.8.1",
"typescript": "1.8.10", "typescript": "1.8.10",
"typings": "1.0.4", "typings": "1.0.4",
"wsrv": "0.1.4" "wsrv": "^0.1.5"
}, },
"license-check-config": { "license-check-config": {
"src": [ "src": [