FEC - anthropologie clone

Table of Contents

  1. General Info
  2. Related Projects
  3. Setup
  4. Requirements

General Info

The goal of this application was to emulate and recreate the product detail section of the Anthropologie website. This micro-service component along with the navigation/search bar and reviews components were built in service oriented architecture format.

Anthro Product Detail Demo Video

Related Projects

  • Navigation/Search Bar - Link
  • Reviews - Link

Setup

To run this project, install it locally using npm:

$ npm install
$ npm run seed
$ npm run build
$ npm start

Requirements

  • Node 10.16.2