Create a fully functional ecommerce product page for a web store. The main components of this product page were the Product Overview, Related Products, Questions and Answers, and Ratings and Reviews.
In this widget, users will be able to check different related products, compare the features, and customize their own outfits.
Questions and Answers: Amberly
- Clone the repository locally.
git clone https://github.com/FEC5/atelier-ecommerce-application.git
- Install the required dependencies.
npm install
-
Create a copy of
example.axiosConfig.js
, rename it toaxiosConfig.js
, and add the required API keys. -
Build the static client-side content.
npm run build
- Serve the files with Webpack.
npm run dev
The application is now live locally at http://localhost:8080/
.