All Projects → bradtraversy → Expense Tracker Mern

bradtraversy / Expense Tracker Mern

Full stack expense tracker

Programming Languages

javascript
184084 projects - #8 most used programming language

Expense Tracker (MERN)

Full stack expense tracker

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].