A Website (Single Page Application) written in TypeScript to serve a small E-commerce prototype.
1- Run 'npm i' before building and running the application.
2- This website is dependent on a backend hosted locally, you can build and run that backend via Storefront-Backend.
3- Run 'ng serve'.
The website will be running on localhost port '4200' by default.
This repository is Storefront-Frontend Website for Udacity Full Stack Javascript Developer Nanodegree course.