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.
 
 
 
 
Matt Huntington 0cee6f5309
People controller starter
5 years ago
ClientApp adding init code 5 years ago
Controllers People controller starter 5 years ago
Pages adding init code 5 years ago
Properties adding init code 5 years ago
bin/Debug/netcoreapp3.1 adding init code 5 years ago
obj adding init code 5 years ago
Person.cs People controller starter 5 years ago
Program.cs adding init code 5 years ago
README.md Update README.md 5 years ago
Startup.cs adding init code 5 years ago
WeatherForecast.cs adding init code 5 years ago
appsettings.Development.json adding init code 5 years ago
appsettings.json adding init code 5 years ago
contacts.csproj adding init code 5 years ago

README.md

.NET-React

  1. Go to https://dotnet.microsoft.com/download and click "Download .NET Core SDK"
  2. Open package and follow installation prompts
  3. In terminal, go to a good location for projects (outside class repo) and run:
  4. dotnet new react -o dotnetreact
  5. cd dotnetreact
  6. export ASPNETCORE_Environment=Development
  7. dotnet build
  8. dotnet run

Your React Files are in the ClientApp directory of your repo