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.
- Clone this repo
git@github.com:bradl33/mystore-project.git - In a terminal window, navigate to this project's root folder
- run
npm installto install dependencies - run
ng servewithout quotes to serve the app on port 4200 by default - to serve to another port, run
ng serve --port port-numberreplacingport-numberwith 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-numberabove
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.