A simple Expense Tracker app build using React, Node, Express, MongoDB and Redux.
- Inside the project folder
Expense_Tracker
cd Backend
npm i
- Start the server using the command
nodemon index.js
- Inside the project folder
Expense_Tracker
cd frontend
npm i
- Start the server using the command
npm start
- Browse the URL localhost:3000 in the browser