Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | "scripts": { | 2 | "scripts": { |
3 | "server": "cd server && nodemon server", | 3 | "server": "cd server && nodemon server", |
4 | 4 | ||
5 | - "client": "cd client && export PORT=8080 && npm start", | 5 | + "client": "cd client && export PORT=80 && npm start", |
6 | "start": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\"" | 6 | "start": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\"" |
7 | }, | 7 | }, |
8 | "dependencies": { | 8 | "dependencies": { | ... | ... |
-
Please register or login to post a comment