Project Structure:
frontend
React frontend with Vitebackend
Nodejs backend with Socket.io
Running Project Locally
- from root
cd backend
>npm i
to install packages for backend cd ../frontend
>npm i
to install packages for frontend.cd ../backend
>npm run dev
to start both backend and frontend server at one go.- Navigate to
localhost:5173
to access to frontend.
Package that made this possible : concurrently