diff --git a/package.json b/package.json index be6dbfa..028c0ec 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "test": "gulp test", "start": "gulp serve", - "web": "gulp serve --host 0.0.0.0 --port 3000", + "web": "gulp serve --host 0.0.0.0 --port 8888", "build": "gulp build" }, "repository": {