Skip to content

Getting Started

Welcome to .NET SaaS — a production-ready, multi-tenant SaaS boilerplate built with .NET, Clean Architecture, and your choice of frontend framework.

  • No additional tools needed — Blazor WASM ships with the .NET SDK
  1. Clone the repository:
Terminal window
git clone https://github.com/your-org/dotnetsaas.git
cd dotnetsaas
  1. Start the infrastructure with Docker:
Terminal window
docker compose up -d
  1. Run the API:
Terminal window
cd src/DotnetSaas.Api
dotnet run
  1. Run the frontend:
Terminal window
cd frontend/blazor
dotnet run
Terminal window
cd frontend/react
npm install
npm run dev
Terminal window
cd frontend/angular
npm install
npm start
Terminal window
cd frontend/vue
npm install
npm run dev

The application will be available at https://localhost:5001.

RoleEmailPassword
Adminadmin@admin.comP@ssw0rd