Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 334 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 334 Bytes

ExpenseTracker

Expense tracker is an MERN stack web app.

Usage

Change config.env file in config folder

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