Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 560 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 560 Bytes

Ecommerce using VueJs

A Vue.js project

Build Setup

# 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.