From f0060650618fe0d8fd2faac1557e7f0295b0ef2c Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 29 Oct 2020 16:13:00 +0100 Subject: [PATCH] changed port for npm --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index bedc74d..71c30dc 100644 --- a/frontend/package.json +++ b/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"