Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 497 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 497 Bytes

React-rtkQuery-Tailwind-Node-ChatApp

Project Structure:

  1. frontend React frontend with Vite
  2. backend Nodejs backend with Socket.io

Running Project Locally

  1. from root cd backend > npm i to install packages for backend
  2. cd ../frontend > npm i to install packages for frontend.
  3. cd ../backend > npm run dev to start both backend and frontend server at one go.
  4. Navigate to localhost:5173 to access to frontend.

Package that made this possible : concurrently