ecommerce-angular-front
eCommerce
TypeScript
E-commerce Application Front-End
The application was built using Angular 9, Bootstrap 4 and ng-boostrap. It is an Angular based front-end for the e-commerce Application called luv2shop.
The Full Stack Application with Angular front-end was deployed on Google Cloud Platform, to access it, click here.
The Full Stack Application with Spring back-end was deployed on Cloud Foundry, to access it, click here.
To see the back-end of this application implemented with Java Spring, see here.
Running Application Process on your computer
- Download the application by Clicking this link
- Unzip the application
- Download and Install node.js
- Open a terminal
-
Make sure you have the latest version of the Angular CLI, if not:
-
Run
npm uninstall -g angular-cli @angular/cli
-
Run
npm cache clean --force
-
Run
npm install -g @angular/cli
-
Run
- Move to the root of the application
-
Run
npm install
-
Run
npm start
- Navigate to http://localhost:4200/ with your favourite browser
Warning! You will get Errors if you are not running a back-end on http://localhost:8080 with the right REST API like here.