This is my first full stack web app repository.
create project from https://abp.io/get-started
create project from https://cli.angular.io/
- start real backend:
cd backend/src/SaaSApplicationManagement.HttpApi & dotnet run - start fakebackend:
cd frontend/src/fakebackend & npm run start - run frontend as dev, this will use fackbackend:
ng s -o - run frontend as prod, this will use real backend:
ng s -o --prod