Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 514 Bytes

File metadata and controls

24 lines (15 loc) · 514 Bytes

MyStore

Screenshot from 2023-02-18 20-02-59

MyStore is Angular application that allows users to view a list of available products to purchase, add them to a shopping cart, and ultimately complete the checkout process.

Setup

clone the project

cd my-store
npm  install

Start server

on the root directory

ng server --port=3000

navigate to https://localhost:3000 on your browser