ワンクリックで
dotnet-run-bff
Run the Backend-for-Frontend service (Microscope.Boilerplate.Clients.BFF) locally for development and debugging.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run the Backend-for-Frontend service (Microscope.Boilerplate.Clients.BFF) locally for development and debugging.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Stop and remove development Docker containers started by `docker-compose` to tear down local dependencies.
Start development dependency services with `docker-compose` (PostgreSQL, Keycloak, DAB) for local testing.
Launch the .NET Aspire orchestrator to start the full local application stack and its dependencies for development.
Publish .NET projects targeting linux-arm64 to produce ARM64-compatible container images (Apple Silicon).
Compile the BFF project to verify the `Microscope.Boilerplate.Clients.BFF` project builds successfully.
Publish .NET projects using the container publish profile to produce Docker images for services.
| name | dotnet-run-bff |
| description | Run the Backend-for-Frontend service (Microscope.Boilerplate.Clients.BFF) locally for development and debugging. |
Run BFF service only.
cd src/Clients/Microscope.Boilerplate.Clients.BFF
dotnet run
Start Backend for Frontend service