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

https://github.com/kylemit/aspnet-react-cats


https://github.com/kylemit/aspnet-react-cats

aspnetcore create-react-app demo-app tech-talk

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ASP.NET + CRA

## Prerequisites

* Install [dotnet core](https://dotnet.microsoft.com/download/dotnet-core/3.1)
* Install [node & npm](https://nodejs.org/en/download/)
* Install [VS Code](https://code.visualstudio.com/download)

## Running Locally

```bash
dotnet run
```