Full stack, PWA template based on Vue CLI 3 (https://cli.vuejs.org/)
Clone (https://github.com/Polomac/MEVN-PWA-Template.git)
cd client
run npm install
run npm run build
Last command will bundle client files in to server's 'public' folder
cd server
npm run start
will start server at localhost:5000
Note: Local db is served from: mongodb://localhost:27017/books