DeKreyConsulting.Templates.CompleteDotnetReactSpa 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install DeKreyConsulting.Templates.CompleteDotnetReactSpa::1.0.0
This package contains a .NET Template Package you can call from the shell/command line.

Modern .NET Server + React with Vite

A web application starter with a Backend for Frontend built with .NET, with an OpenAPI file to define the API layer, along with a UI built with React and Vite.

Includes:

  • MSBuild Tooling
    • Single command dotnet build to build server and UI
    • Single command dotnet test to run both backend and frontend tests
    • sln file for Visual Studio support
  • .NET Server
    • OpenAPI generation
    • OpenTelemetry setup
    • xUnit Tests
    • .env file support
  • UI
    • React via Vite
    • OpenAPI generation
    • Vitest setup
  • Docker
  • Code cleanliness
    • Editorconfig with dotnet format
    • eslint
    • prettier

See the generated README.md for more details.

How to Use

Install the template:

dotnet new install DeKrey.Templates.CompleteDotnetReactSpa

Use it:

dotnet new dotnetreactspa -n <new-solution-name>
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 62 5/3/2024
1.0.3 61 5/1/2024
1.0.2 85 4/25/2024
1.0.1 85 4/25/2024
1.0.0 107 3/31/2024