Skip to content

MongoDB, Express, Vue, Node fullstack - shopping cart

Notifications You must be signed in to change notification settings

nbursa/mevn-shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEVN Shopping Cart

MongoDB, Express, Vue, Node fullstack - shopping cart

1. Server build Setup

cd server

# install dependencies
npm install

# serve at localhost:3000
npm run start

# hit localhost:3000/seeder url to populate db

2. Shop build Setup

cd shop

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run serve

# build for production with minification
npm run build

About

MongoDB, Express, Vue, Node fullstack - shopping cart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published