Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/colinwu0403/asp.net_react

ASP.NET core 6.0 with React tutorial
https://github.com/colinwu0403/asp.net_react

asp-net-core react

Last synced: 6 days ago
JSON representation

ASP.NET core 6.0 with React tutorial

Awesome Lists containing this project

README

        

# ASP.NET Core 6 + React

This is a example implementation of a ASP.NET Core 6.0 webserver with React served as the frontend.

#### Install required dependencies:
```
dotnet restore
```

#### Run webserver:
```
dotnet run
```