/dotnet5-react

Primary LanguageTypeScript

Use React with ASP.NET Core 5 (.NET 5)

follow by dotnet react template

Init

dotnet new react -f net5.0 --no-https

Use TypeScript

Add dependencies in package.json

npm i \ 
  @types/react \
  @types/react-dom \
  @types/react-router-dom \
  @typescript-eslint/eslint-plugin \
  babel-eslint \
  eslint \
  eslint-plugin-flowtype \
  eslint-plugin-react-hooks \
  @typescript-eslint/parser