Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 693 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 693 Bytes

dotnet 6 backend with react typescript frontend

Slim down your controllers using FluentValidation

  • dotnet 6 backend

  • typescript react frontend

  • convert scaffolded react frontend to typescript

  • dotnet new react -f net6.0
    // - dotnet new globaljson --sdk-version 5.0.301

  • cd ClientApp && npx browserslist@latest --update-db

  • dotnet restore

  • dotnet build

  • dotnet run

  • dotnet run watch

  • npx create-react-app ClientAppTs --template typescript // Scaffold typescript CRA

Authors

Badges

MIT License