/udacity-my-store

Udacity Angular E-commerce project

Primary LanguageTypeScript

MyStore Project Overview

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.

Project setup

Clone this repo:

git clone https://github.com/ivanepou22/udacity-my-store.git

Then switch into the project folder

cd udacity-my-store

Install the dependencies

Run this to install the dependencies

npm install

Run server

Run ng serve to run the server. Go to the browser and paste http://localhost:4200/ )

command to run server

ng serve