Browse Source

updating scripts

Ubuntu 6 years ago
parent
commit
53a5af754d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -18,7 +18,8 @@
   },
   },
   "scripts": {
   "scripts": {
     "start": "npm-run-all --parallel watch:server start:web",
     "start": "npm-run-all --parallel watch:server start:web",
-    "start:web": "react-scripts start",
+    "start-light": "npm-run-all start:web start:server",
+    "start:web": "PORT=3001 react-scripts start",
     "start:server": "node src/server",
     "start:server": "node src/server",
     "watch:server": "nodemon --watch src/server src/server",
     "watch:server": "nodemon --watch src/server src/server",
     "build": "react-scripts build",
     "build": "react-scripts build",