Browse Source

changed port for npm

master
Marc 3 years ago
parent
commit
f006065061
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/package.json

2
frontend/package.json

@ -15,7 +15,7 @@
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"start": "PORT=4000 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"

Loading…
Cancel
Save