Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/colinwu0403/asp.net_react
- Owner: ColinWu0403
- Created: 2024-04-12T00:45:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T08:08:43.000Z (7 months ago)
- Last Synced: 2024-12-06T16:20:01.528Z (30 days ago)
- Topics: asp-net-core, react
- Language: JavaScript
- Homepage:
- Size: 1.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```