This project was generated with Angular CLI version 1.7.0.
devlift-spa is a frontend Angular application and in order to run this application you need download the backend application called "devLift-api" available in my github repository.
Steps:
- Download this frontend application (in Angular)
- Download this backend application (in Asp.Net WEB API)
- Run the backend application locally using Visual Studio
- Copy the url from the backend application and than update the url in the environment.ts file.
Replace: *devLiftBackendApiUrl: 'http://localhost:31242/api/event';
By: *devLiftBackendApiUrl = 'http://yourLocalUrl/api/event';
Finally, run the frontend application using the command ng serve
. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.