◽ Open the command prompt and paste the below code
$ ~ git clone https://github.com/amoghga57/Employee-Details-App
◽ Open the cloned folder(User App) in Visual Studios
◽ Run the below temporary JSON server command in the terminal
$ ~ npx json-server server/db.json --watch port 5000
◽server/db.json is the folder location of the temporary JSON server
◽port 5000 is another replica of 3000
◽ Run the below command in the terminal to start
$ ~ npm start