This is a simple Chat App made in Node.js
To install all dependencies you have to run these commands npm install or npm i
Note: You should have node installed in order to do that if you don't have node installed than please download Node.js from here.
Now, to run the App you need to start the server. You can start the server using npm start or nodemon.
After you have started the server you can view your chat app here.