Skip to content

Etive-Mor/Umbraco-NextJs-Demo

Repository files navigation

Umbraco next.js Static Site Generator Demo

An Umbraco backoffice with a next.js front-end. Demo is available here: https://etive-mor.github.io/umbraco-nextjs-demo/

Learn how to build this app here: https://www.etive-mor.com/blog/a-nextjs-frontend-for-your-umbraco-site

Run the apps

Run the Umbraco application

dotnet run --project "UmbracoNextJsDemo.Site"

Run the NextJS frontend application

  • The umbraco site must be running before the next.js client can build

npm run dev --prefix .\umbraco-next-js-demo-client\

Generate the front-end

npm run build --prefix .\umbraco-next-js-demo-client\

The files will be output in ./umbraco-next-js-demo-client/out/