CoderChat is a real-time chat application that allows users to communicate through different rooms.
- cors: ^2.8.5
- dotenv: ^16.3.1
- express: ^4.18.2
- mongoose: ^8.0.0
- socket.io: ^4.7.2
- Start the Server:
npm start
- Run in Development Mode:
npm run dev
git clone https://github.com/rahul-bhatt43/CodersChatB.git
cd CodersChatB
npm install
- react: ^18.2.0
- react-dom: ^18.2.0
- socket.io-client: ^4.7.2
- @types/react: ^18.2.37
- @types/react-dom: ^18.2.15
- @vitejs/plugin-react: ^4.2.0
- eslint: ^8.53.0
- eslint-plugin-react: ^7.33.2
- eslint-plugin-react-hooks: ^4.6.0
- eslint-plugin-react-refresh: ^0.4.4
- vite: ^5.0.0
- Run in Development Mode:
npm run dev
- Build for Production:
npm run build
- Lint Code:
npm run lint
- Preview Build:
npm run preview
git clone https://github.com/rahul-bhatt43/CodersChat.git
cd CodersChat
npm install
- Start the backend server using
npm start
ornpm run dev
. - Start the frontend development server using
npm run dev
. - Access the application in your browser.