MERN Chat App Steps to Start the App Install the Client and Server Dependencies In the Server Directory there's a .env file. Change the value of mongodb inside the file. Set the value as your mongodb connection url. Now start the server by npm run dev and react by yarn start