diff --git a/README.md b/README.md index 345f808..d731f5f 100644 --- a/README.md +++ b/README.md @@ -140,21 +140,21 @@ git push cd Athavani ``` -**2.** Navigate to the Client directory. +**2.** The Server is in the root directory itself ```bash -cd client npm install -npm start / yarn start +npm start ``` -**3.** Navigate to the Server directory. +**3.** Navigate to the Client directory. ```bash -cd server +cd client npm install -npm start +npm start / yarn start ``` + 🛈**IMPORTANT**🛈 To open the web app directly from CLI use:-