npm install
npm start
All other operations are run from the client directory
Go to the client dir..
cd client
Read about changes to Vue CLI: https://cli.vuejs.org/guide/installation.html Unfortunately vue cli likes to be installed globally..
npm install -g @vue/cli
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:unit