cd backend
npm install
cd ../frontend
npm install
frontend
npm run serve
backend
npm run dev
npm run build
npm run lint
cd backend
npm install
cd ../frontend
npm install
frontend
npm run serve
backend
npm run dev
npm run build
npm run lint