Skip to content

An Angular App with MaterialCSS and client of the backend devlift-api

Notifications You must be signed in to change notification settings

renancosme/devlift-spa

Repository files navigation

devlift-spa

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:

  1. Download this frontend application (in Angular)
  2. Download this backend application (in Asp.Net WEB API)
  3. Run the backend application locally using Visual Studio

Backend API running

  1. 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.

Spa running

Local Live Demo

Spa Page

About

An Angular App with MaterialCSS and client of the backend devlift-api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published