Chat-App using React, Nodejs and Expressjs
realtime chat application using socket-io
$ git clone https://github.com/mdNzaman/chat-app-socketio
$ yarn # or npm i client/
server/ Node^17.0.0
npmNote: you need client and server runs concurrently in different tab, in order to make them talk to each other
Created using React js.
$ cd client // go to client folder
$ yarn # or npm i // npm install packages
$ npm start // run it locally
// deployment for client app
$ npm run build // this will compile the react code using webpack and generate a folder called docs in the root level
$ npm start // this will run the files in docsCreated using Nodejs.
start
$ cd server // go to server folder
$ npm i // npm install packages
$ npm start // run it locally and start the server
Email Me: nooruzzaman18@gmail.com (welcome, say hi)
feel free to reach out and see what we can grow together: