wgshtg / dotnet5-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 33.7%Language:C# 26.4%Language:JavaScript 23.5%Language:HTML 13.9%Language:CSS 2.4%Language:Shell 0.1%