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 7855fd0a31
db update
5 years ago
ClientApp starting react app read/delete 5 years ago
Controllers update route 5 years ago
Migrations index route works 5 years ago
Pages adding init code 5 years ago
Properties adding init code 5 years ago
.DS_Store deleting generated files 5 years ago
.gitignore ignore bin/obj 5 years ago
Model.cs index route works 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 index route works 5 years ago
people.db db update 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