Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 669 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 669 Bytes

JavaScript/jQuery-based Ecommerce Application

A Product Details Page (PDP) from where you add a product to cart then land on cart page, and to checkout pages.

Building and running on localhost

First install dependencies:

npm install

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

Running

public/index.html

Links

App

Site to reproduce