deleteLater / my-first-full-stack-web-app

my first full stack web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

my first full stack web app


Languages

Language:C# 67.2%Language:TypeScript 25.6%Language:HTML 5.2%Language:CSS 1.8%Language:JavaScript 0.2%