.NET 10.0 razor-ssg Static Generated Razor Pages Project Template
Browse source code, view live demo razor-ssg.web-templates.io:
npx create-net razor-ssg ProjectNameInstantly scaffold a new App with this template using GitHub Copilot, just describe the features you want and watch Copilot build it!
Documentation for this template is included at /posts/razor-ssg.
Tasks to run live reload Tailwind and .NET Razor Pages App during development:
$ npm run ui:dev
$ dotnet watch
Tasks to prerender and preview production ssg website build:
$ npm run prerender
$ npm run serve
