You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
439 B
439 B
.NET-React
- Go to https://dotnet.microsoft.com/download and click "Download .NET Core SDK"
- Open package and follow installation prompts
- In terminal, go to a good location for projects (outside class repo) and run:
dotnet new react -o dotnetreactcd dotnetreactexport ASPNETCORE_Environment=Developmentdotnet builddotnet run
Your React Files are in the ClientApp directory of your repo