diff --git a/Readme.md b/Readme.md index 1b5e6b98f9d0017b13d7e5cd60074af28358aec6..943342972012afcc9073b3237b1a2f13436a5e36 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,7 @@ +If nodemon not installed already then install it using the command : + + - npm install -g nodemon + To Run both backend and frontend concurrently run this command in the root folder (Startup-app): (if nodemon not installed already then install it using the command : "npm install -g nodemon" )