Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 451 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 451 Bytes

Delivery Component

Front-end component for displaying shipment options on a retail product page.

Related Projects

Usage

  1. Install dependencies.
npm install
  1. If making changes to component, start webpack.
npm run react-dev
  1. Seed database with dummy data.
npm run database
  1. Start server. Default port is 3001.
npm run start

Requirements

  • Node