Skip to content

Commit 9bbdc9f

Browse files
committed
Changed port to 3006
1 parent 5b4bc46 commit 9bbdc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"scripts": {
3939
"build-css": "node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss",
4040
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss --watch --recursive",
41-
"start-js": "react-scripts start",
41+
"start-js": "PORT=3006 react-scripts start",
4242
"start": "npm-run-all -p watch-css start-js",
4343
"build-js": "react-scripts build",
4444
"build": "npm-run-all build-css build-js",

0 commit comments

Comments
 (0)