A Vue.js project
# install dependencies for the frontend /root
npm install
# install dependencies for the backend /api/
npm install
# serve with hot reload at localhost:8080 for the frontend
npm run dev
# run the api (backend) for the project
npm start
Remember to change in /api/app.js the correct connection for MongoDB
For a detailed explanation on how things work, check out the guide and docs for vue-loader.