From 39e63168e8b53da7cefdbc020c9c80cd629f3278 Mon Sep 17 00:00:00 2001 From: Marcos Mellado Date: Mon, 10 Jul 2017 12:25:16 +0200 Subject: [PATCH] Removed enforced port from the project's start script --- bin/tiny-react-spa.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tiny-react-spa.js b/bin/tiny-react-spa.js index 33b95f8..47c2940 100644 --- a/bin/tiny-react-spa.js +++ b/bin/tiny-react-spa.js @@ -45,7 +45,7 @@ var packageJSON = { "webpack-dev-server": "^2.5.0" }, "scripts": { - "start": "npm run clean && webpack && webpack-dev-server --port 3000 --hot --inline --open --content-base dist", + "start": "npm run clean && webpack && webpack-dev-server --hot --inline --open --content-base dist", "build": "npm run clean && cross-env NODE_ENV=production webpack", "clean": "rimraf dist", "lint": "eslint src",