From a50480c9cd8754f1454c1e96bdec11f2e2986772 Mon Sep 17 00:00:00 2001 From: "Chris M. Hiatt" <69039074+lemmon-714@users.noreply.github.com> Date: Fri, 13 May 2022 12:56:35 +0200 Subject: [PATCH] Add npm install before npm start Add npm install before npm start --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f0d9c0e..a04d630 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ docker run -p 80:80 mydapp In the project directory, you can run: +### `npm install` +then ### `npm start` Runs the app in the development mode.\