first time : create folder cd clone https://github.com/Musfira89/MobileApp.git open with vs code
// Run frontend cd frontend npm i npm run andriod / npm run ios / npm run web
//Run backend cd backend npm i node server.js
push: Root folder git init git add . git commit -m "your commit" git push
pull: git pull