.NET 10.0 razor-press Static Generated Razor Pages Project Template
Browse source code, view live demo razor-press.web-templates.io:
npx create-net razor-press ProjectNameInstantly scaffold a new App with this template using GitHub Copilot, just describe the features you want and watch Copilot build it!
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
