Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 303 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 303 Bytes

E-com

simple e-com with vue ,node express

hello-world(Frontend vue)

npm install - to install all dependencies of vue

npm run serve - to start the vue server

mybackend(Node backend)

npm install - to install all dependencies of node

node app.js - to start the Node server