This repo consists of a client side application that resembles a basic clothing e-commerce website. The project was developed by four students, focusing mainly on the project overview, the related products, outfits for the user, a ratings and reviews section, and questions and answer section
To check out this project:
Start by cloning the repo into your computer in the terminal:
$git clone https://github.com/RFE5-FEC/Charon-FE-Capstone.git
The four main features of this repo are as follows:
- Product Overview · Jonah Cost
- Related Items and Comparisons · David Du
- Questions and Answers · James Tsui
- Ratings and Reviews · Chris Chung
Product Overview Demo · https://player.vimeo.com/video/617113569
First install dependencies used in the project:
npm install or npm i
Run webpack using:
npm run watch
Run server using:
npm run start
To open the page in your browser go to:
localhost:3000
