- clone the repo and go into it
git clone https://github.com/amitanshusahu/Omegle-fullstack/ & cd Omegle-fullstack/- go to the client folder and start dev server
cd client && npm run dev- go to the server folder and start server
cd ../server && npm start
