Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 564 Bytes

app-service-mobile-dotnet-backend-test-local-service.md

File metadata and controls

7 lines (3 loc) · 564 Bytes

The mobile app project lets you to run your new mobile app backend locally. This makes it easy to debug your service code before you even publish it to Azure.

  1. On your Windows PC, extract project you downloaded earlier, and then open it in Visual Studio.
  2. Select the bottom project which should be your Mobile App name with Service at the end of it. Press CTRL-F5 to download the nuget packages, build the project and start the mobile app backend locally. When you run your mobile app client, pointed at localhost, it will talk to your local backend.