Fiddling with ASP.NET Core and React.
Start the ASP.NET Core backend:
cd CategoricalApi
dotnet run
In a new terminal, start the React development server
cd categorical-app
npm start
Run tests (against the ASP.NET Core code)
cd CategoricalTests
dotnet test