We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4bc46 commit 9bbdc9fCopy full SHA for 9bbdc9f
package.json
@@ -38,7 +38,7 @@
38
"scripts": {
39
"build-css": "node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss",
40
"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",
+ "start-js": "PORT=3006 react-scripts start",
42
"start": "npm-run-all -p watch-css start-js",
43
"build-js": "react-scripts build",
44
"build": "npm-run-all build-css build-js",
0 commit comments