================
- npm create vite@latest . ===> install vite (React -> JavaScript)
- npm i ==> install modules
-
==> npm install
express
dotenv
cookie-parser
bcryptjs
mongoose
socket.io
jsonwebtoken
-
Nodemon ==> npm install nodemon --save-dev (Automatic restart the server)
-
Tailwind CSS + vite
- DaisyUI ==> (Component library for Tailwind CSS)
- React Icons ==> npm install react-icons --save
- React Router Dom ==> npm i react-router-dom
- React Hot Toast ==> npm install react-hot-toast
- Zustand ==> npm install zustand
- Socket io ==> npm i socket.io-client (frontend)