Articles
Every article Ever Garden has grown, newest first. Narrow them down by topic, tag or a search.
Configuring Next.js + ASP.NET Core + YARP with .NET Aspire
How to configure Next.js + ASP.NET Core + YARP (Reverse Proxy) with .NET Aspire
#nextjs#dotnet#aspireHow to Serve Next.js SSG (Static Site Generation) from Nx NestJS
This article explains how to use the monorepo tool Nx to serve a statically generated site created with Next.js SSG (Static Site Generation) from a Next.js application. With this approach, you can have both the frontend and backend in a single project.
#nx#nestjs#nextjs