Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 195 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 195 Bytes

financeApp

To run this app on your local machine You first start up the server

cd server
npm install
npm run dev

To run the frontend

cd vite-project 
npm install
npm run dev