Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 483 Bytes

README.md

File metadata and controls

39 lines (33 loc) · 483 Bytes

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