diff --git a/package.json b/package.json index 515638e..76940ce 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,11 @@ "web-vitals": "^0.2.4" }, "scripts": { + "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", - "start": "node server.js" + "watch": "nodemon ./server.js" }, "proxy": "http://localhost:4000", "eslintConfig": {