From b55780a939ea5abe3ed00acddbaf8599f4c0d6f6 Mon Sep 17 00:00:00 2001 From: "nidhin.devan" Date: Wed, 13 Nov 2024 13:47:19 +0530 Subject: [PATCH] README updated for React client installation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee0b6af..af53910 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,8 @@ To launch the app: ### Run the React client 1. Navigate to the app directory, `client-react/`. -2. Run the application with the following command: +2. Run ```npm install```. Wait for the installation to complete. +3. Run the application with the following command: ``` npm run start