After cloning the repo, go into the repos root directory and run npm install
. 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.
- The product-list component is how all of the products are shown on the main page.
- This component has a child, product-item.
- The product-detail component is what the user sees when a product is clicked.
- The cart component handles all of the transactional functionality.