DeKreyConsulting.Templates.CompleteDotnetReactSpa
1.0.0
There is a newer version of this package available.
See the version list below for details.
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
- Single command
- .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
- Editorconfig with
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.