We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce67b0 commit cf8ceadCopy full SHA for cf8cead
src/Umbraco.Web.UI.Client/.github/README.md
@@ -48,6 +48,8 @@ Open this file in an editor: `src/Umbraco.Web.UI/appsettings.Development.json` a
48
49
This will override the backoffice host URL, enabling the Client to run from a different origin.
50
51
+Then start the backend server by running the command: `dotnet run` in the `Umbraco.Web.UI` folder.
52
+
53
#### Run the front-end server
54
55
Now start the Vite server by running the command: `npm run dev:server` in the `Umbraco.Web.UI.Client` folder.
0 commit comments