Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 570 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 570 Bytes

Webcomponents in Umbraco - Codegarden 2023 demo

This is an Umbraco v. 14 build with 3 extension.

To run it you must do the follwing:

  1. Clone or download
  2. In each folder in App_Plugins run npm i and then npm run build. This will run the build in watch mode so you can play around with components and see the changes in the Backoffice.
  3. In the root folder run dotnet run --urls=https://localhost:44339, install Umbraco and log in to Backoffice.

By the time you are playing with this that might not be the lates version of Umbraco.

Enjoy experiments!