Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #598 from abpio/studio/layered-mobile
Browse files Browse the repository at this point in the history
abp studio: layered-web-app mobile section added
  • Loading branch information
berkansasmaz authored Dec 6, 2023
2 parents 8253fb0 + 22a554c commit b156e19
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 16 additions & 2 deletions en/studio/quick-starts/layered-web-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,23 @@ You can use `admin` as username and `1q2w3E*` as default password to login to th

> Note: If you haven't selected a mobile framework, you can skip this step.
After started {{ if Tiered == "Yes" }}the Docker-Dependencies and{{ end }} the `Acme.BookStore.{{ if UI == "NG" || UI == "Blazor" }}HttpApi.Host{{ else if UI == "BlazorServer" }}Blazor{{ else }}Web{{ end }}` applications. You can start `Acme.BookStore.Maui` application.
You can start the following application(s):

{{ if Tiered == "Yes" }}
- `Docker-Dependencies`
- `Acme.BookStore.AuthServer`
- `Acme.BookStore.HttpApi.Host`
{{ else if UI == "NG" || UI == "Blazor" }}
- `Acme.BookStore.HttpApi.Host`
{{ else if UI == "BlazorServer" }}
- `Acme.BookStore.Blazor`
{{ else }}
- `Acme.BookStore.Web`
{{ end }}

Before starting the mobile application, ensure that you configure it for [react-native](https://docs.abp.io/en/commercial/latest/getting-started-react-native) or [MAUI](https://docs.abp.io/en/commercial/latest/getting-started-maui).

TODO Add sample image
![mobile-sample](images/abp-studio-mobile-sample.gif)

## Running the Public Website

Expand Down

0 comments on commit b156e19

Please sign in to comment.