mymall
My Mall
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# start mongodb
sudo mongod
# if has not global path
cd /usr/local/mongodb/bin
sudo ./mongod
# then open a terminal and enter the following command.
cd /usr/local/mongodb/bin
./mongo
# run node server && connect mongodb MongoDB connected success~
node ./server/bin/www