From b8f9996a00986c8a7b5199c07db0732e3d9a7ca1 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 12 Oct 2020 13:19:21 -0400 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51b081a..d63885e 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# .NET-React \ No newline at end of file +# .NET-React + +1. Go to https://dotnet.microsoft.com/download and click "Download .NET Core SDK" +1. Open package and follow installation prompts +1. In terminal, go to a good location for projects (outside class repo) and run: + 1. `dotnet new react -o dotnetreact` + 1. `cd dotnetreact` + 1. `export ASPNETCORE_Environment=Development` + 1. `dotnet build` + 1. `dotnet run` + +Your React Files are in the `ClientApp` directory of your repo