Skip to content

9akashnp8/expense-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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