/messaging-app

A Chat application built with React JS & Stream

Primary LanguageTypeScript

Group Chat Application

📇 Description :-

A realtime chat app using react. You can create groups, add your friends and chat with them.

🔧 Tech Stacks Used:-

📝 Scripts :-

To Run React app:-

  • cd client && npm start

To Run the Server:-

  • cd server && npm run dev

To Run Storybook:-

  • cd client && yarn storybook or npm run storybook

To Format the code:-

  • cd client && yarn prettierall or npm run prettierall