Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 873 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 873 Bytes

MyStore Frontend

This is a single-page application built in Angular. The project is a frontend of an e-commerce. You can view products, add them to cart, delete from cart, and checkout.

Running this project

  • Clone this repo [email protected]:bradl33/mystore-project.git
  • In a terminal window, navigate to this project's root folder
  • run npm install to install dependencies
  • run ng serve without quotes to serve the app on port 4200 by default
  • to serve to another port, run ng serve --port port-number replacing port-number with your port of choice, say, 3000
  • navigate to http://localhost:4200/ to see view the app in a browser, or replace 4200 with your port-number above

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.