first cd Client
then
npm install
npm run client
npm run build
npm run lint
first cd Server
then
npm install
npm run serve
npm run format
first cd Client
then
npm install
npm run client
npm run build
npm run lint
first cd Server
then
npm install
npm run serve
npm run format