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.
|
|
5 years ago | |
|---|---|---|
| ClientApp | 5 years ago | |
| Controllers | 5 years ago | |
| Pages | 5 years ago | |
| Properties | 5 years ago | |
| .DS_Store | 5 years ago | |
| Person.cs | 5 years ago | |
| Program.cs | 5 years ago | |
| README.md | 5 years ago | |
| Startup.cs | 5 years ago | |
| WeatherForecast.cs | 5 years ago | |
| appsettings.Development.json | 5 years ago | |
| appsettings.json | 5 years ago | |
| contacts.csproj | 5 years ago | |
README.md
.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