You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ This template contains an example [Blazor WebAssembly](https://docs.microsoft.co
6
6
7
7
Create a repository from the [GitHub template](https://docs.github.com/en/enterprise/2.22/user/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template) and then clone it locally to your machine.
8
8
9
-
Once you clone the project, open the solution in [Visual Studio Code](https://code.visualstudio.com/) and follow these steps:
9
+
Once you clone the project, open the solution in [Visual Studio Code](https://code.visualstudio.com/)or [Visual Studio](https://visualstudio.microsoft.com/vs/preview/vs2022/)and follow these steps:
10
10
11
11
- In the **API** folder, copy `local.settings.example.json` to `local.settings.json`
12
-
- Press **F5** to launch both the client application and the Functions API app
12
+
- Press **F5** to launch both the client application and the Functions API app. In Visual Studio, you can right click the solution and select both API project and client project as startup projects.
13
13
14
14
_Note: If you're using the Azure Functions CLI tools, refer to [the documentation](https://docs.microsoft.com/azure/azure-functions/functions-run-local?tabs=windows%2Ccsharp%2Cbash) on how to enable CORS._
0 commit comments