Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 436 Bytes

File metadata and controls

10 lines (7 loc) · 436 Bytes

Angular 5.0 Ecommerce (Work in Progress)

This project was generated with Angular CLI version 1.6.7.

This app uses the route guard implemtation, and HttpInterceptor for adding auth token to all requests going to the backend

Run app on local machine

  • Download or clone the app.
  • run angular single page app on 4200 using 'ng serve'.
  • run node server file using node server/app.js .