Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 745 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 745 Bytes

SaaSApplicationManagement

This is my first full stack web app repository.

Backend: Abp vNext

create project from https://abp.io/get-started

about project template

read this

FrontEnd: Angular + Angular Material

create project from https://cli.angular.io/

about project template

read this

How to Run

  1. start real backend: cd backend/src/SaaSApplicationManagement.HttpApi & dotnet run
  2. start fakebackend: cd frontend/src/fakebackend & npm run start
  3. run frontend as dev, this will use fackbackend: ng s -o
  4. run frontend as prod, this will use real backend: ng s -o --prod