Skip to content

Polomac/MEVN-PWA-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MEVN-PWA-Template CI status

Full stack, PWA template based on Vue CLI 3 (https://cli.vuejs.org/)

Installation

Clone (https://github.com/Polomac/MEVN-PWA-Template.git)

Client

cd client

run npm install

run npm run build Last command will bundle client files in to server's 'public' folder

Server

cd server npm run start will start server at localhost:5000

Note: Local db is served from: mongodb://localhost:27017/books

License

MIT