Update README.md (#18238)

This commit is contained in:
Niels Lyngsø
2025-02-05 21:26:18 +01:00
committed by GitHub
parent cce67b055c
commit cf8cead8a9

View File

@@ -48,6 +48,8 @@ Open this file in an editor: `src/Umbraco.Web.UI/appsettings.Development.json` a
This will override the backoffice host URL, enabling the Client to run from a different origin.
Then start the backend server by running the command: `dotnet run` in the `Umbraco.Web.UI` folder.
#### Run the front-end server
Now start the Vite server by running the command: `npm run dev:server` in the `Umbraco.Web.UI.Client` folder.