diff --git a/package.json b/package.json
index 5c10428..74386fb 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
     "react-scripts": "^3.4.3"
   },
   "scripts": {
-    "start": "react-scripts start",
+    "start": "npm install && react-scripts start",
     "build": "react-scripts build",
     "test": "react-scripts test",
     "eject": "react-scripts eject"