Front-end component for displaying shipment options on a retail product page.
- Install dependencies.
npm install
- If making changes to component, start webpack.
npm run react-dev
- Seed database with dummy data.
npm run database
- Start server. Default port is 3001.
npm run start
- Node