Project boilerplate for MongoDB/Express/Vue/Node.js app
npm install
Run and watch the backend app on its port (default is 3000), and run the frontend app with webpack dev server on port 8080.
npm run dev
Build the frontend and backend apps together to the dist directory.
npm run build
npm run start