Installation Clone Repo git clone https://github.com/9akashnp8/expense-tracker.git Setup client cd expense-tracker cd client npm install npm run dev Setup server cd .. (ignore if at root) cd server npm install npm run dev