Our outdated client-facing retail web-portal has become significantly outdated and has been proven to be hurting sales numbers. This project comprises a complete redesign of the retail portal frontend designed to address this concern and modernize the site.
Overview - Product information, photo thumbnails, size and quantity selection.
Related - Items associated with the current product and a comparison view.
Reviews - User-submitted reviews which can be marked as helpful or reported.
Questions - User-submitted questions asked about the product and their correspondind answers.
- Get your personal access token from GitHub
- Copy
configExample.js
, rename it toconfig.js
, and enter your Github token. - Run
npm install
to install dependencies. - Run
npm run live-server
ornpm run forever
to start Node. - Run
npm run build
to start Webpack.