This project is a SPA that uses Vue.js as front-end framework and Node.js as backend server.
npm install
nodemon bin/dev # for development
nodemon bin/dev # for productioncd ./client/
npm install
npm run serve #for development
npm run build # for production