This is a web application that uses the Atelier API to provide customers with a user friendly interface. The user interface provides relevant information about a product in the Atelier retail catalog. It features the product's details, ratings and reviews, and a related questions and answers section.
atelier-ecommerce-demo.mp4
Show the relevant information for a single product in the catalog.
Contains 4 modules:
Node 6.13.0
From within the root directory:
npm install
Refactor config.example.js using instructions provided.
From within the root directory:
npm run build
npm run client-dev
npm run server-dev