Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.11 KB

README.md

File metadata and controls

61 lines (40 loc) · 1.11 KB

Bullseye - Item Checkout Service

Bullseye is a recreation of the Target Item Product Page. This service renders the checkout component on the Bullseye site. The checkout component contains the following information for the product:

  • Price
  • Overall Review Rating
  • Total Number of Reviews
  • Color Selector
  • Quantity Dropdown
  • In Store Pick Up Section
  • Delivery Section

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Some usage instructions

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • MongoDB 4.2

Development

Installing Dependencies

From within the root directory:

npm install

Seeding the Database

From within the root directory:

npm run seed

Build Webpack

From within the root directory:

npm run build