budget-buddy Client Side scripts first cd Client then Project setup npm install Compiles and hot-reloads for development npm run client Compiles and minifies for production npm run build Lints and fixes files npm run lint Server side Scripts first cd Server then Project setup npm install Compiles and hot-reloads for development npm run serve Lints and fixes files npm run format