Skip to content

Files

Latest commit

 

History

History

expense-tracker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Expense Tracker (MERN)

Full stack expense tracker

Usage npm install cd client npm install cd ..

Run front and backend

npm run dev

Backend only

npm run server

Frontend only

npm run client

Build client

cd client npm run build

Prod

npm start