A simple product browser
install node package manager (a.k.a npm, narcoleptic plinky manatees)
npm install -g browserify
npm install
npm run eslint
npm run watch-js-debug
npm run build-js
npm run build-sass
npm run build
npm run tests
npm run start (visit http://127.0.0.1|0.0.0.0:8000)
npm run debug (visit http://127.0.0.1|0.0.0.0:8000)