A basic real-time chat web application using with basic simple feature of a messaging app.
- Set up Redis, Node on your machine.
- Run
npm install
under the project directory. - Build using command
npm run build
. - Start server on port 3000 using command
npm run server
.