A ES6 project for commerce service
# install dependencies
npm install
# serve with hot reload at localhost:9001
> make a copy server/config/environment/index.base.js to server/config/environment/index.js
npm run dev
# build for production
npm run prod
# run all tests
npm test