Skip to content

bradl33/mystore-project

Repository files navigation

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 git@github.com: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.

About

Udacity Nanodegree MyStore Angular Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors