npm install
npm run server
If you have already setup your Vue Project as instructed below, you can run your Node/Express Server and Vue Client Concurrently as follows,
npm run dev
cd client
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:e2e
npm run test:unit