Skip to content

darshan4694/MEAN-Angular4-Full-Ecommerce-App

Repository files navigation

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 .